mongoose/examples/stm32-nucleo-f746z/Makefile
2021-10-06 13:15:12 +03:00

10 lines
217 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)