git.annexia.org
/
cocanwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4a6d81
)
Added better 'make clean' rule.
author
rich
<rich>
Wed, 8 Sep 2004 17:09:08 +0000
(17:09 +0000)
committer
rich
<rich>
Wed, 8 Sep 2004 17:09:08 +0000
(17:09 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
3a25958
..
0229861
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,4
+1,4
@@
-# $Id: Makefile,v 1.
2 2004/09/07 10:38:3
8 rich Exp $
+# $Id: Makefile,v 1.
3 2004/09/08 17:09:0
8 rich Exp $
include Makefile.config
@@
-40,7
+40,7
@@
pkg-install:
install -m 0644 templates/*.html $(DESTDIR)$(WIKIINSTALLDIR)/templates
clean:
- rm -f *~ core
+ find \( -name '*~' -o -name core \) -a -exec rm {} \;
$(MAKE) -C scripts clean
cocanwiki.sql: