iw4x-client/deps/mongoose/examples/rp2040/pico-w/Makefile
2024-03-07 05:13:50 -05:00

14 lines
297 B
Makefile

NAME = raspberry-pi-pico-w
$(NAME):
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
build: | $(NAME)
cp ./../../../mongoose.[ch] $(NAME)
cp ./../../device-dashboard/packed_fs.c $(NAME)
cp ./../../device-dashboard/net.c $(NAME)
make -C $(NAME) build
clean:
rm -rf $(NAME)