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