Files
2022-12-13 12:44:04 +01:00

14 lines
372 B
Makefile

BASEDIR = $(MAKEDIR)
DIRS = $(BASEDIR)\TransmissionTest \
$(BASEDIR)\PerformanceTest \
$(BASEDIR)\EarlyDeath \
$(BASEDIR)\BadMagic \
$(BASEDIR)\MonitorTest \
$(BASEDIR)\GetServers \
$(BASEDIR)\SyncSet
notarget: all
all clean purge:
@for %d in ($(DIRS)) do @if exist %d cd %d & $(MAKE) /NOLOGO $@ /f NMakefile.mak