mongoose/examples/zephyr/Makefile

13 lines
194 B
Makefile
Raw Normal View History

example:
true
build:
2022-04-13 23:23:12 +08:00
sh .zephyr_install.sh
make -C http-client build
make -C http-server build
make -C mqtt-aws-client build
make -C websocket-server build
clean:
rm -rf */*/mongoose.*