data/method/mongoose/mongoose-master/examples/infineon/infineon-xmc4700_4800-lwip-.../Makefile

10 lines
186 B
Makefile
Raw Permalink Normal View History

2024-01-29 10:44:43 +08:00
NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../../mongoose.[ch] $(NAME)
make -C $(NAME) build
clean:
rm -rf $(NAME)