From 1e52fa4df63352835ea3020c727ea6093779e176 Mon Sep 17 00:00:00 2001 From: Lia Lenckowski Date: Wed, 23 Aug 2023 19:01:52 +0200 Subject: add yaml config --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 8aea40d..399eb73 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ ESFLAGS = --target=esnext --format=esm -deploy-dir: deploy deploy/bundle.js deploy/style.css deploy/index.html deploy/fastbangs +deploy-dir: deploy deploy/bundle.js deploy/style.css deploy/index.html deploy/fastbangs deploy/fastbangs.yaml .PHONY: watch-script watch-style clean deploy-dir watch-script: frontend/fuzzysort.js @@ -22,6 +22,8 @@ deploy: mkdir -p deploy deploy/index.html: frontend/index.html cp $< $@ +deploy/fastbangs.yaml: fastbangs.yaml + cp $< $@ 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