aewl

diff Makefile @ 753:c459e05a61a8

bugfix in Makefile
author meillo@marmaro.de
date Sat, 16 Jun 2007 21:49:51 +0200
parents 6692d7e7e156
children 4c12dccc288d
line diff
     1.1 --- a/Makefile	Sat Jun 16 21:45:08 2007 +0200
     1.2 +++ b/Makefile	Sat Jun 16 21:49:51 2007 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4  
     1.5  ${OBJ}: dwm.h config.h config.mk
     1.6  
     1.7 -config.h:
     1.8 +config.h: config.meillo.h
     1.9  	@echo creating $@ from config.meillo.h
    1.10  	@cp config.meillo.h $@
    1.11