iw4x-client/deps/mongoose/test/keil/Makefile
2024-03-07 05:13:50 -05:00

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: