cgit

commit a75968df103a938656599e0d2d9fd1ab4de5ea8a

Author: Lars Hjemli <hjemli@gmail.com>

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 <hjemli@gmail.com>

 Makefile | 1 -


diff --git a/Makefile b/Makefile
index e807d1e48e9b850309ac5a0deb2e5ebc263d278b..a1f961b3a88a13e7727117864a167e9fb4bcd05c 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,6 @@ 	rm -f $(CGIT_SCRIPT_PATH)/cgit.png
 
 clean:
 	rm -f cgit VERSION *.o *.d
-	cd git && $(MAKE) clean
 
 distclean: clean
 	git clean -d -x