thx to Toni Lainson

This commit is contained in:
arg@suckless.org 2007-10-19 09:56:51 +02:00
parent af0034f3a5
commit e94774dd69
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ options:
${OBJ}: config.h config.mk
config.h:
echo creating $@ from config.def.h
cp config.def.h $@
@echo creating $@ from config.def.h
@cp config.def.h $@
dwm: ${OBJ}
@echo CC -o $@