diff options
| author | [email protected] <unknown> | 2006-08-03 15:36:13 +0200 |
|---|---|---|
| committer | [email protected] <unknown> | 2006-08-03 15:36:13 +0200 |
| commit | a2d56f6dcef7adb1a85951871cb51a052709241a (patch) | |
| tree | 28beef393d746e5e3897bfa605d259baf465f53c | |
| parent | removed rm config.h from clean (diff) | |
| download | dwm-a2d56f6dcef7adb1a85951871cb51a052709241a.tar.gz dwm-a2d56f6dcef7adb1a85951871cb51a052709241a.tar.bz2 dwm-a2d56f6dcef7adb1a85951871cb51a052709241a.zip | |
make config.h not a time dependence
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 4df8e9a..b7db7cc 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ options: ${OBJ}: dwm.h config.h -config.h: ${CONFIG} +config.h: @echo creating $@ from ${CONFIG} @cp ${CONFIG} $@ |