1
0
silverbullet/plugins/Makefile

6 lines
162 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