# ------------------------------------------------------------------------------ # test ルール # ------------------------------------------------------------------------------ .PHONY: test test: @for subdir in $(SUBDIRS); do \ $(MAKE) test -C $$subdir; \ done ifeq ($(strip $(TARGET)),ut.exe) $(MAKE) ut.exe ./ut.exe endif