1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #3570 from authmillenon/dist/enh/iotlab-exp-all-dep

dist: make iotlab-exp dependent on all
This commit is contained in:
Oleg Hahm 2015-08-05 22:55:42 +02:00
commit a0c7df6726

View File

@ -11,7 +11,7 @@ IOTLAB_EXP_ID ?= $(shell experiment-cli get -l --state Running | grep -m 1 '"i
$(IOTLAB_AUTH):
auth-cli -u $(IOTLAB_USER)
iotlab-exp: $(IOTLAB_AUTH)
iotlab-exp: $(IOTLAB_AUTH) all
ifeq (,$(AD))
@echo "experiment-cli submit -d $(IOTLAB_DURATION) -l $(IOTLAB_NODES),archi=$(IOTLAB_TYPE)+site=$(IOTLAB_SITE),$(ELFFILE),$(IOTLAB_PROFILE) -n riot_makefile_experiment"
endif