Mercurial > dwm-meillo
view config.mk @ 463:e93b0ad5aeb5
removed useless inclusion
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Thu, 14 Sep 2006 11:07:44 +0200 |
parents | f30f937f9e52 |
children | a2cc7adf9d4d |
line wrap: on
line source
# dwm version VERSION = 1.6 # Customize below to fit your system # paths PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib # includes and libs INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} # compiler and linker CC = cc LD = ${CC}