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