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>
This commit is contained in:
Lars Hjemli 2008-07-22 19:58:37 +02:00
parent bb7485e8d7
commit a75968df10

View File

@ -121,7 +121,6 @@ uninstall:
clean:
rm -f cgit VERSION *.o *.d
cd git && $(MAKE) clean
distclean: clean
git clean -d -x