Mercurial > aewl
view config.mk @ 635:5e888f74d983
Added tag 2.7 for changeset 21951c0dfbae5af68ed77821a4d87253ee91803f
author | arg@mig29 |
---|---|
date | Thu, 14 Dec 2006 08:50:49 +0100 |
parents | 2644c951fc74 |
children | 4c5bf6369e90 |
line wrap: on
line source
# dwm version VERSION = 2.7 # 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}