1
0
silverbullet/plugs/Makefile

7 lines
161 B
Makefile
Raw Normal View History

2022-03-04 11:09:25 +00:00
BUILD=../plugbox/bin/plugbox-bundle.mjs
2022-03-04 10:21:11 +00:00
core: *
${BUILD} --debug core/core.plug.json ../webapp/src/generated/core.plug.json
watch: *
ls -d core/* | entr make