1
0
silverbullet/plugins/Makefile
2022-02-24 17:24:49 +01:00

6 lines
162 B
Makefile

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