diff options
Diffstat (limited to 'data/makefile')
-rw-r--r-- | data/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/makefile b/data/makefile new file mode 100644 index 00000000..b5984dd7 --- /dev/null +++ b/data/makefile @@ -0,0 +1,4 @@ + +all: $(patsubst %.ts,%.yaml,$(wildcard recipes/*.ts)) +recipes/%.yaml: recipes/%.ts + deno run $< > $@ |