mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-07-19 07:52:24 +02:00
clear existing file
This commit is contained in:
@@ -22,6 +22,7 @@ $(MINIFY):
|
||||
js-deps: $(MINIFY)
|
||||
|
||||
$(JS): js-deps
|
||||
rm -f $(JS)
|
||||
for f in $(CONTRIB_JS)/*.js ; do $(MINIFY) --mime=text/javascript >> $(JS) < $$f ; done
|
||||
$(MINIFY) --mime=text/javascript >> $(JS) < $(REPO)/contrib/js/entry.js
|
||||
for f in $(LOCAL_JS)/*.js ; do $(MINIFY) --mime=text/javascript >> $(JS) < $$f ; done
|
||||
|
||||
Reference in New Issue
Block a user