X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/bb7485e8d7932ba04a94714bfe6a86a1e323435c..952f4ece296d91b8b41f56de9e1c3bc80f94f196:/Makefile diff --git a/Makefile b/Makefile index e807d1e..d83a46a 100644 --- a/Makefile +++ b/Makefile @@ -121,14 +121,6 @@ uninstall: clean: rm -f cgit VERSION *.o *.d - cd git && $(MAKE) clean - -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