From c45b8178d0e042a668395541a28d59f907da150b Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Wed, 13 Dec 2006 14:39:41 +0100 Subject: Add separate makefile-rule to clear current cache Signed-off-by: Lars Hjemli --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4d2ede3..2a4d62a 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,9 @@ CFLAGS += -Wall all: cgit -install: all +install: all clean-cache install cgit $(INSTALL_BIN) install cgit.css $(INSTALL_CSS) - rm -rf $(CACHE_ROOT)/* cgit: cgit.c cgit.h git.h $(OBJECTS) $(CC) $(CFLAGS) -DCGIT_VERSION='"$(CGIT_VERSION)"' cgit.c -o cgit \ @@ -26,3 +25,6 @@ $(OBJECTS): cgit.h git.h .PHONY: clean clean: rm -f cgit *.o + +clean-cache: + rm -rf $(CACHE_ROOT)/* -- cgit 1.4.1 ='selected'>master dontfiles
summary refs log tree commit diff
Commit message (Collapse)Author
2019-02-06Add pattend to hiJune McEnroe
2019-02-06Add hi syntax highlighterJune McEnroe
2019-02-05Update neovim to 0.3.4 on DarwinJune McEnroe
Also rewrite install.sh once again.
2019-02-05Fix DEL in aesJune McEnroe
2019-02-05Add aesJune McEnroe
Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile.
2019-02-01Set nvim Directory back to blueJune McEnroe