Skip to content

Commit

Permalink
Merge branch 'rj/gitweb-clean-js'
Browse files Browse the repository at this point in the history
* rj/gitweb-clean-js:
  gitweb/Makefile: Remove static/gitweb.js in the clean target
  • Loading branch information
gitster committed Oct 27, 2011
2 parents 220c045 + a80b263 commit f124fe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gitweb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f124fe3

Please sign in to comment.