From eb7fa5392997ac5c165d1ae011e57a1b7fcac084 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 1 Sep 2024 20:09:06 +0200 Subject: server support for nested map directory --- data/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/makefile') diff --git a/data/makefile b/data/makefile index 95dc953a..23956869 100644 --- a/data/makefile +++ b/data/makefile @@ -14,7 +14,7 @@ # along with this program. If not, see . # all: $(patsubst %.ts,%.yaml,$(wildcard recipes/*.ts)) -graphs: $(patsubst %.ts,%.svg,$(wildcard recipes/*.ts)) +graphs: recipes/default.svg recipes/%.yaml: recipes/%.ts DENO_NO_UPDATE_CHECK=1 deno run $< > $@ -- cgit v1.2.3-70-g09d2