iw4x-client/deps/mongoose/examples/nxp/nxp-evkmimxrt1060-lwip-freertos/Makefile
2024-03-07 05:13:50 -05:00

10 lines
196 B
Makefile

NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../../mongoose.[ch] $(NAME)/mongoose/
make -C $(NAME) build
clean:
rm -rf $(NAME)