2021-08-23 10:38:11 +01:00

6 lines
125 B
Makefile

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