aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-07-22 19:58:37 +0200
committerLars Hjemli <hjemli@gmail.com>2008-07-22 19:58:37 +0200
commita75968df103a938656599e0d2d9fd1ab4de5ea8a (patch)
tree878dfe5cc2a000c6f1dd6ae68f284d4b2559a2f4 /Makefile
parentMakefile: fix git dependency rules (diff)
downloadcgit-a75968df103a938656599e0d2d9fd1ab4de5ea8a.tar.xz
cgit-a75968df103a938656599e0d2d9fd1ab4de5ea8a.zip
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e807d1e..a1f961b 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