X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2FMakefile;h=cd194d057f9231ed77f57f05b22a226cd1210f6d;hb=6ea938542610f4c7b978a2d8bac00fade72ce9f1;hp=e65fc27e4f21b1ef4ca87f79e90202166d8b0144;hpb=220c0453c12349a8ad4252bcaffbab5a96aeaa31;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