mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-15 18:09:15 +08:00
11 lines
246 B
Makefile
11 lines
246 B
Makefile
# Do NOT use parenthesis on Windows project dir names
|
|
PROJECTS = $(wildcard ../../examples/stm32/nucleo-*-keil-*)
|
|
|
|
all: $(PROJECTS)
|
|
|
|
# Need to test inside .bat to check and transfer errors
|
|
$(PROJECTS): FORCE
|
|
unitest.bat $(subst /,\,$@)
|
|
|
|
FORCE:
|