diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-23 19:16:29 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-23 19:16:29 +0200 |
commit | 33bc8bfb247f4fcbfc206bdeb9c0e118e961ba59 (patch) | |
tree | 498bf05cd0c1ea0d65f314e6f56877cd2fb9c4a4 /makefile | |
parent | 1e52fa4df63352835ea3020c727ea6093779e176 (diff) | |
download | fastbangs-33bc8bfb247f4fcbfc206bdeb9c0e118e961ba59.tar fastbangs-33bc8bfb247f4fcbfc206bdeb9c0e118e961ba59.tar.bz2 fastbangs-33bc8bfb247f4fcbfc206bdeb9c0e118e961ba59.tar.zst |
document config file; small fixes in default config & build system
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 |