applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
This commit is contained in:
parent
8cc7f3bace
commit
dc5c070c44
3 changed files with 22 additions and 17 deletions
5
Makefile
5
Makefile
|
@ -24,7 +24,8 @@ options:
|
|||
${OBJ}: dwm.h config.h
|
||||
|
||||
config.h:
|
||||
cp config.default.h config.h
|
||||
@echo missing config.h created
|
||||
@cp config.default.h $@
|
||||
|
||||
dwm: ${OBJ}
|
||||
@echo LD $@
|
||||
|
@ -61,3 +62,5 @@ uninstall:
|
|||
for i in ${MAN1}; do \
|
||||
rm -f ${DESTDIR}${MANPREFIX}/man1/`basename $$i`; \
|
||||
done
|
||||
|
||||
.PHONY: all options clean dist install uninstall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue