diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ deploy: deploy/index.html: frontend/index.html cp $< $@ deploy/fastbangs.yaml: fastbangs.yaml - cp $< $@ + cp --no-clobber $< $@; true deploy/fastbangs: $(shell find src -name '*.hs') stack install --local-bin-path deploy deploy/bundle.js: $(shell find frontend -name '*.ts') frontend/fuzzysort.js |