all repos — cgit @ a75968df103a938656599e0d2d9fd1ab4de5ea8a

a hyperfast web frontend for git written in c

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>
Lars Hjemli hjemli@gmail.com
Tue, 22 Jul 2008 19:58:37 +0200
commit

a75968df103a938656599e0d2d9fd1ab4de5ea8a

parent

bb7485e8d7932ba04a94714bfe6a86a1e323435c

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile

@@ -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