Mercurial > aewl
diff config.mk @ 160:c8db0a825775
applied Sanders patches (numlock2)
author | arg@10ksloc.org |
---|---|
date | Wed, 02 Aug 2006 11:13:32 +0200 |
parents | 5267e1204367 |
children | e0535db04dfe |
line wrap: on
line diff
--- a/config.mk Wed Aug 02 10:48:58 2006 +0200 +++ b/config.mk Wed Aug 02 11:13:32 2006 +0200 @@ -1,4 +1,10 @@ -# Customize to fit your system +# dwm version +VERSION = 0.6 + +# Customize below to fit your system + +# configheader +CONFIG = config.h # paths PREFIX = /usr/local @@ -11,12 +17,6 @@ INCS = -I/usr/lib -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -# dwm version -VERSION = 0.6 - -# default config.h -CONFIG = config.h - # flags CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\" -DCONFIG=\"${CONFIG}\" LDFLAGS = ${LIBS}