Add NXP examples

This commit is contained in:
Alex Alashkin 2021-10-04 12:54:15 +03:00
parent 693863a51e
commit 5cdaa931f9
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,8 @@
NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
make -C $(NAME) build
clean:
rm -rf $(NAME)

View File

@ -0,0 +1,8 @@
NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
make -C $(NAME) build
clean:
rm -rf $(NAME)

View File

@ -0,0 +1,8 @@
NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
make -C $(NAME) build
clean:
rm -rf $(NAME)