7 lines
158 B
Makefile
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
|