Remove the _local directory again

This commit is contained in:
Tobias Reisinger 2024-03-04 16:09:03 +01:00
parent 3d66ca2472
commit 79327d2efa
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
10 changed files with 10 additions and 15 deletions

View file

@ -7,9 +7,9 @@ sqlx:
build-rpi:
cross build --target arm-unknown-linux-gnueabihf
_local/emgauwa-%.json: config/emgauwa-%.pkl config/lib/%.pkl config/lib/common.pkl
emgauwa-%.json: config/emgauwa-%.pkl config/lib/%.pkl config/lib/common.pkl
pkl eval -f json -o $@ $<
configs:
$(MAKE) _local/emgauwa-core.json
$(MAKE) _local/emgauwa-controller.json
$(MAKE) emgauwa-core.json
$(MAKE) emgauwa-controller.json