1
0
silverbullet/plugs/Makefile
2022-03-15 14:03:00 +01:00

10 lines
181 B
Makefile

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