mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-15 18:03:49 +08:00
13 lines
194 B
Makefile
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.*
|