1
0
silverbullet/plugins/Makefile

7 lines
190 B
Makefile
Raw Normal View History

2022-02-24 16:24:49 +00:00
DENO_BUNDLE=deno run --allow-read --allow-write --unstable bundle.ts --debug
build: *
mkdir -p dist
$(DENO_BUNDLE) core/core.plugin.json dist/core.plugin.json
2022-02-25 10:27:58 +00:00
entr:
ls core/* | entr make