aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index a1f961b..d83a46a 100644
--- a/Makefile
+++ b/Makefile
@@ -122,12 +122,5 @@ uninstall:
clean:
rm -f cgit VERSION *.o *.d
-distclean: clean
- git clean -d -x
- cd git && git clean -d -x
-
-emptycache:
- rm -rf $(DESTDIR)$(CACHE_ROOT)/*
-
get-git:
curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git