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