Refactor websocket
This commit is contained in:
parent
ebac452a86
commit
f3d367e479
22 changed files with 924 additions and 773 deletions
6
Makefile
6
Makefile
|
|
@ -1,14 +1,14 @@
|
|||
build-rpi:
|
||||
cross build --target arm-unknown-linux-gnueabihf
|
||||
|
||||
emgauwa-core.json: core.pkl
|
||||
emgauwa-core.cfg.json: core.pkl
|
||||
pkl eval -f json -o $@ $<
|
||||
|
||||
config:
|
||||
$(MAKE) emgauwa-core.json
|
||||
$(MAKE) emgauwa-core.cfg.json
|
||||
|
||||
clean:
|
||||
rm -f emgauwa-core.json
|
||||
rm -f emgauwa-core.cfg.*
|
||||
rm -f emgauwa-core.sqlite
|
||||
|
||||
emgauwa-core_%:
|
||||
|
|
|
|||
Loading…
Reference in a new issue