Remove to pkl project
This commit is contained in:
parent
83c65c00fe
commit
6340cfd5c7
9 changed files with 5 additions and 98 deletions
5
Makefile
5
Makefile
|
@ -7,16 +7,13 @@ sqlx:
|
|||
build-rpi:
|
||||
cross build --target arm-unknown-linux-gnueabihf
|
||||
|
||||
emgauwa-%.json: config/%.pkl config/lib/%.pkl
|
||||
emgauwa-%.json: config/%.pkl
|
||||
pkl eval -f json -o $@ $<
|
||||
|
||||
configs:
|
||||
$(MAKE) emgauwa-core.json
|
||||
$(MAKE) emgauwa-controller.json
|
||||
|
||||
pkl-package:
|
||||
pkl project package config --output-path "./out/pkl"
|
||||
|
||||
clean:
|
||||
rm -f emgauwa-controller.json
|
||||
rm -f emgauwa-controller.sqlite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue