aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Lars Hjemli <hjemli@gmail.com>2008-07-23 02:58:37 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2008-07-23 02:58:37 (JST)
commita75968df103a938656599e0d2d9fd1ab4de5ea8a (patch)
tree878dfe5cc2a000c6f1dd6ae68f284d4b2559a2f4 /Makefile
parentbb7485e8d7932ba04a94714bfe6a86a1e323435c (diff)
downloadcgit-a75968df103a938656599e0d2d9fd1ab4de5ea8a.zip
cgit-a75968df103a938656599e0d2d9fd1ab4de5ea8a.tar.gz
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:
121 121
122clean: 122clean:
123 rm -f cgit VERSION *.o *.d 123 rm -f cgit VERSION *.o *.d
124 cd git && $(MAKE) clean
125 124
126distclean: clean 125distclean: clean
127 git clean -d -x 126 git clean -d -x