10 lines
185 B
Makefile
Raw Normal View History

2022-10-07 09:08:59 +03:00
NAME = raspberry-pi-pico-w
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../../mongoose.[ch] $(NAME)
make -C $(NAME) build
clean:
rm -rf $(NAME)