]> Lady’s Gitweb - Gitweb/blobdiff - Makefile
gitweb: Fix 'grep' search for multiple matches in file
[Gitweb] / Makefile
index 0a51dd665de2c1040fc4e7638a8c4d945af7108d2487b2d46219c7dde289b5ca..e8408af21cc7bc4b34cd2d0fed5ba5433a1de3ce6f225587223e3f56144a3573 100644 (file)
--- 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
 
This page took 0.233027 seconds and 4 git commands to generate.