mongoose/examples/nxp/nxp-mimxrt1020-freertos/Makefile
2021-10-22 14:04:15 +03:00

10 lines
194 B
Makefile

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