Added default netsim target
This commit is contained in:
parent
b0e39e22af
commit
b2227d6a8c
|
@ -1,4 +1,7 @@
|
||||||
CONTIKI = ../..
|
CONTIKI = ../..
|
||||||
|
ifndef TARGET
|
||||||
|
TARGET=netsim
|
||||||
|
endif
|
||||||
all: test-abc test-meshroute test-treeroute test-trickle test-uabc \
|
all: test-abc test-meshroute test-treeroute test-trickle test-uabc \
|
||||||
test-rudolph0 test-rudolph1
|
test-rudolph0 test-rudolph1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue