Merge branch 'rj/gitweb-clean-js'
* rj/gitweb-clean-js: gitweb/Makefile: Remove static/gitweb.js in the clean target
This commit is contained in:
commit
f124fe3061
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user