mongoose/examples/nxp-mimxrt1020-freertos/Makefile

9 lines
149 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)
make -C $(NAME) build
clean:
rm -rf $(NAME)