X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/6850f664696a5401ce056ebd2f3fe67327a8de05f1452306ba9e126446449f96..8c5876e8803cb89d50d4ee6b5f8259941844b941a9425534e36b4a2f581244d7:/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