mongoose/examples/stm32-nucleo-h743z/Makefile
2021-08-26 11:40:47 +01:00

9 lines
149 B
Makefile

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