mongoose/examples/stm32-nucleo-h743z/Makefile

9 lines
149 B
Makefile
Raw Normal View History

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