mongoose/examples/stm32/stm32-nucleo-h743z/Makefile
2021-10-22 14:19:50 +03:00

10 lines
220 B
Makefile

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