]> gitweb.ps.run Git - ps-cgit/blobdiff - Makefile
Modify default value for a few cgitrc options
[ps-cgit] / Makefile
index e807d1e48e9b850309ac5a0deb2e5ebc263d278b..d83a46a0ff30d13554659ba90bb476d290a268bc 100644 (file)
--- 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