diff options
author | Lars Hjemli | 2008-07-22 19:58:37 +0200 |
---|---|---|
committer | Lars Hjemli | 2008-07-22 19:58:37 +0200 |
commit | a75968df103a938656599e0d2d9fd1ab4de5ea8a (patch) | |
tree | 878dfe5cc2a000c6f1dd6ae68f284d4b2559a2f4 /Makefile | |
parent | Makefile: fix git dependency rules (diff) | |
download | cgit-a75968df103a938656599e0d2d9fd1ab4de5ea8a.tar.gz 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-- | Makefile | 1 |
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 | ||
122 | clean: | 122 | clean: |
123 | rm -f cgit VERSION *.o *.d | 123 | rm -f cgit VERSION *.o *.d |
124 | cd git && $(MAKE) clean | ||
125 | 124 | ||
126 | distclean: clean | 125 | distclean: clean |
127 | git clean -d -x | 126 | git clean -d -x |