aewl
diff Makefile @ 172:af781faa40d6
implemented the idea presented by Sander for dwm target
author | arg@10ksloc.org |
---|---|
date | Wed, 02 Aug 2006 17:49:21 +0200 |
parents | 36cabfe408cd |
children | 48c820470858 |
line diff
1.1 --- a/Makefile Wed Aug 02 17:19:22 2006 +0200 1.2 +++ b/Makefile Wed Aug 02 17:49:21 2006 +0200 1.3 @@ -21,7 +21,10 @@ 1.4 @echo CC $< 1.5 @${CC} -c ${CFLAGS} $< 1.6 1.7 -${OBJ}: dwm.h 1.8 +${OBJ}: dwm.h config.h 1.9 + 1.10 +config.h: 1.11 + cp config.default.h config.h 1.12 1.13 dwm: ${OBJ} 1.14 @echo LD $@