From 33bc8bfb247f4fcbfc206bdeb9c0e118e961ba59 Mon Sep 17 00:00:00 2001 From: Lia Lenckowski Date: Wed, 23 Aug 2023 19:16:29 +0200 Subject: document config file; small fixes in default config & build system --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 399eb73..12be4bd 100644 --- a/makefile +++ b/makefile @@ -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 -- cgit v1.2.3-70-g09d2