mongoose/test/keil/Makefile

11 lines
246 B
Makefile
Raw Normal View History

2023-04-12 04:47:38 +08:00
# 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: