test2
5 years ago
1 changed files with
2 additions and
2 deletions
-
swarmlab/Makefile
|
@ -1,10 +1,10 @@ |
|
|
all: config run log |
|
|
all: config install log |
|
|
|
|
|
|
|
|
config: |
|
|
config: |
|
|
|
|
|
|
|
|
/bin/bash ./runbefore |
|
|
/bin/bash ./runbefore |
|
|
|
|
|
|
|
|
run: |
|
|
install: |
|
|
|
|
|
|
|
|
/bin/bash ./run |
|
|
/bin/bash ./run |
|
|
|
|
|
|
|
|