mirror of
https://github.com/git/git.git
synced 2026-01-10 18:20:27 +00:00
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
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user