Skip to content

Commit f124fe3

Browse files
committed
Merge branch 'rj/gitweb-clean-js'
* rj/gitweb-clean-js: gitweb/Makefile: Remove static/gitweb.js in the clean target
2 parents 220c045 + a80b263 commit f124fe3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gitweb/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ install: all
187187
### Cleaning rules
188188

189189
clean:
190-
$(RM) gitweb.cgi static/gitweb.min.js static/gitweb.min.css GITWEB-BUILD-OPTIONS
190+
$(RM) gitweb.cgi static/gitweb.js \
191+
static/gitweb.min.js static/gitweb.min.css \
192+
GITWEB-BUILD-OPTIONS
191193

192194
.PHONY: all clean install test test-installed .FORCE-GIT-VERSION-FILE FORCE
193195

0 commit comments

Comments
 (0)