added gmake compliance

This commit is contained in:
arg@10ksloc.org 2006-08-03 15:21:08 +02:00
parent 72608f0d5a
commit 05a618b06e
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ options:
${OBJ}: dwm.h config.h
config.h: ${CONFIG}
@echo creating $@ from $>
@cp $> $@
@echo creating $@ from ${CONFIG}
@cp ${CONFIG} $@
dwm: ${OBJ}
@echo LD $@