1
0
silverbullet/plugs/Makefile
2022-03-04 11:21:11 +01:00

7 lines
158 B
Makefile

BUILD=node ../plugbox/dist/bundle.js
core: *
${BUILD} --debug core/core.plug.json ../webapp/src/generated/core.plug.json
watch: *
ls -d core/* | entr make