X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2FMakefile;h=cd194d057f9231ed77f57f05b22a226cd1210f6d;hb=bc8218999863a083d725f2011e5e0371df30aa1f;hp=e65fc27e4f21b1ef4ca87f79e90202166d8b0144;hpb=c1355b7ffb6573ff7c76aef7d3bab664fb895dc8;p=git.git diff --git a/gitweb/Makefile b/gitweb/Makefile index e65fc27e4..cd194d057 100644 --- a/gitweb/Makefile +++ b/gitweb/Makefile @@ -187,7 +187,9 @@ install: all ### Cleaning rules clean: - $(RM) gitweb.cgi static/gitweb.min.js static/gitweb.min.css GITWEB-BUILD-OPTIONS + $(RM) gitweb.cgi static/gitweb.js \ + static/gitweb.min.js static/gitweb.min.css \ + GITWEB-BUILD-OPTIONS .PHONY: all clean install test test-installed .FORCE-GIT-VERSION-FILE FORCE