mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-06 11:22:26 +08:00
6 lines
125 B
Makefile
6 lines
125 B
Makefile
NAME ?= $(notdir $(CURDIR))
|
|
|
|
build:
|
|
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
|
make -C $(NAME) build
|