Makefile: do not touch the git objects with `make clean`
authorLars Hjemli <hjemli@gmail.com>
Tue, 22 Jul 2008 17:58:37 +0000 (19:58 +0200)
committerLars Hjemli <hjemli@gmail.com>
Tue, 22 Jul 2008 17:58:37 +0000 (19:58 +0200)
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 <hjemli@gmail.com>
Makefile

index e807d1e48e9b850309ac5a0deb2e5ebc263d278b..a1f961b3a88a13e7727117864a167e9fb4bcd05c 100644 (file)
--- 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