the repository which powers this website
Makefile: do not touch the git objects with `make clean`
I've been avoiding `make clean` for a long time due to its eagerness to kill all the git objectfiles. Signed-off-by: Lars Hjemli <[email protected]>
Lars Hjemli 2008-07-23
parent bb7485e · commit a75968d
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e807d1e4..a1f961b3 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,6 @@ uninstall:
clean:
rm -f cgit VERSION *.o *.d
- cd git && $(MAKE) clean
distclean: clean
git clean -d -x