mongoose/examples/zephyr/Makefile
2022-04-13 19:54:08 +03:00

13 lines
194 B
Makefile

example:
true
build:
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.*