mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
f3cd74cb46
Add Wizard test script
10 lines
129 B
Makefile
10 lines
129 B
Makefile
PROJECTS ?= $(wildcard ../../examples/*/*-make-*)
|
|
|
|
all: $(PROJECTS)
|
|
echo
|
|
|
|
$(PROJECTS): FORCE
|
|
$(MAKE) -C $@ build clean
|
|
|
|
FORCE:
|