diff options
author | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-08 09:30:45 +0200 |
---|---|---|
committer | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-08 09:30:45 +0200 |
commit | 42277b111018c5e83cc867b04156511aa0914bf1 (patch) | |
tree | 85efed8021248711812d41e19309e47647c7b81c /Makefile | |
parent | 095f9e143eb1379631f6a0ffc6b923a6f7a687e2 (diff) | |
download | dwm-42277b111018c5e83cc867b04156511aa0914bf1.tar.gz |
applied Sanders tiny patches
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 5fbf05c..9ef219a 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ options: @echo CC $< @${CC} -c ${CFLAGS} $< -${OBJ}: dwm.h config.h +${OBJ}: dwm.h config.h config.mk config.h: @echo creating $@ from config.default.h |