Rename some stuff

This commit is contained in:
Tobias Reisinger 2026-08-31 21:34:23 +02:00
commit 49304c70bc
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
11 changed files with 183 additions and 23 deletions

View file

@ -1,14 +1,14 @@
build-rpi:
cross build --target arm-unknown-linux-gnueabihf
emgauwa-controller.json: controller.pkl
emgauwa-controller.cfg.json: controller.pkl
pkl eval -f json -o $@ $<
config:
$(MAKE) emgauwa-controller.json
$(MAKE) emgauwa-controller.cfg.json
clean:
rm -f emgauwa-controller.json
rm -f emgauwa-controller.cfg.*
rm -f emgauwa-controller.sqlite
emgauwa-controller_%: