gitweb/Makefile: Remove static/gitweb.js in the clean target
[gitweb.git] / gitweb / Makefile
index 5d20515fba9251123e29be623178047d4131fc01..c360284c3ff9ebd888af796d5ee6c046b9045308 100644 (file)
@@ -183,7 +183,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