X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/6850f664696a5401ce056ebd2f3fe67327a8de05f1452306ba9e126446449f96..2049423dc0d44b6174bed36b12e3b5e50502a4d764125ae0c3943b4d3a969471:/Makefile diff --git a/Makefile b/Makefile index 0a51dd6..e8408af 100644 --- a/Makefile +++ b/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