mongoose/examples/nxp/nxp-evkmimxrt1160-cm7-lwip-freertos/Makefile

10 lines
196 B
Makefile
Raw Normal View History

2021-10-04 17:54:15 +08:00
NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../../mongoose.[ch] $(NAME)/mongoose/
2021-10-04 17:54:15 +08:00
make -C $(NAME) build
clean:
rm -rf $(NAME)