Correct paths when moving examples for regession tests

This commit is contained in:
Robert Olsson 2016-05-14 22:48:09 +02:00
parent 3c19e870f1
commit d331d39e93
7 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
all: sensd_client server
CONTIKI=../../../../..
CONTIKI=../../../..
ifdef PERIOD
CFLAGS+=-DPERIOD=$(PERIOD)