summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-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:
122clean: 122clean:
123 rm -f cgit VERSION *.o *.d 123 rm -f cgit VERSION *.o *.d
124 124
125distclean: clean
126 git clean -d -x
127 cd git && git clean -d -x
128
129emptycache:
130 rm -rf $(DESTDIR)$(CACHE_ROOT)/*
131
132get-git: 125get-git:
133 curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git 126 curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git