summaryrefslogtreecommitdiffabout
authorLars Hjemli <hjemli@gmail.com>2006-12-13 13:39:41 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2006-12-13 13:39:41 (UTC)
commitc45b8178d0e042a668395541a28d59f907da150b (patch) (unidiff)
treeab4312d59cc8d9287a2287ca5389346170c3b608
parentdcef257d4fdbb2e0ff645bf0524cfca652e65ff0 (diff)
downloadcgit-c45b8178d0e042a668395541a28d59f907da150b.zip
cgit-c45b8178d0e042a668395541a28d59f907da150b.tar.gz
cgit-c45b8178d0e042a668395541a28d59f907da150b.tar.bz2
Add separate makefile-rule to clear current cache
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d2ede3..2a4d62a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,5 @@ all: cgit
14 14
15install: all 15install: all clean-cache
16 install cgit $(INSTALL_BIN) 16 install cgit $(INSTALL_BIN)
17 install cgit.css $(INSTALL_CSS) 17 install cgit.css $(INSTALL_CSS)
18 rm -rf $(CACHE_ROOT)/*
19 18
@@ -28 +27,4 @@ clean:
28 rm -f cgit *.o 27 rm -f cgit *.o
28
29clean-cache:
30 rm -rf $(CACHE_ROOT)/*