silverbullet/plugins/Makefile

7 lines
190 B
Makefile
Raw Normal View History

2022-02-25 00:24:49 +08: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 18:27:58 +08:00
entr:
ls core/* | entr make