cdev-1.7.2n
This commit is contained in:
Executable
+15
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user