bendn's repos
/
cgit
themed
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
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 <
[email protected]
>
Browse Source
Lars Hjemli
2008-07-22
parent
bb7485e
· commit
a75968d
Diffstat
-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:
clean:
rm -f cgit VERSION *.o *.d
- cd git && $(MAKE) clean
distclean: clean
git clean -d -x