thx to Toni Lainson
This commit is contained in:
parent
af0034f3a5
commit
e94774dd69
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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 $@
|
||||
|
|
Loading…
Reference in a new issue