10 lines
181 B
Makefile
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
|