From dc5c070c44d9af434405c8d6538abd06299d3298 Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Thu, 3 Aug 2006 10:58:29 +0200 Subject: applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 817c2e1..c2a4563 100644 --- a/Makefile +++ b/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 -- cgit v1.2.3-54-g00ecf