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