cdev-1.7.2n

This commit is contained in:
2022-12-13 12:44:04 +01:00
commit b3b88fc333
1357 changed files with 338883 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
BASEDIR = $(shell pwd)
DIRS = $(BASEDIR)/TransmissionTest \
$(BASEDIR)/Performance \
$(BASEDIR)/EarlyDeath \
$(BASEDIR)/BadMagic \
$(BASEDIR)/MonitorTest \
$(BASEDIR)/GetServers \
$(BASEDIR)/SyncSet
all commit clean purge:
@for dir in $(DIRS); \
do \
$(MAKE) -C $$dir $@; \
done