Browse Source

thx to Toni Lainson

master
arg@suckless.org 17 years ago
parent
commit
e94774dd69
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile 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 $@


Loading…
Cancel
Save