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:
@ -187,7 +187,9 @@ install: all
|
|||||||
### Cleaning rules
|
### Cleaning rules
|
||||||
|
|
||||||
clean:
|
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
|
.PHONY: all clean install test test-installed .FORCE-GIT-VERSION-FILE FORCE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user