Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Fix the uptodate logic (uptodate if !find newer dirs than the cache).
[dmenu.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
3869f4d
..
35e30f5
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,5
+1,5
@@
# dmenu - dynamic menu
-#
(C)opyright MMVI-MMVII Anselm R. Garbe
+#
© 2006-2007 Anselm R. Garbe, Sander van Dijk
include config.mk
@@
-23,7
+23,6
@@
${OBJ}: dmenu.h config.mk
dmenu: ${OBJ}
@echo CC -o $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
- @strip $@
clean:
@echo cleaning