mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
9 lines
189 B
Makefile
9 lines
189 B
Makefile
CONTIKI = ../..
|
|
ifndef TARGET
|
|
TARGET=netsim
|
|
endif
|
|
all: test-abc test-meshroute test-treeroute test-trickle test-uabc \
|
|
test-rudolph0 test-rudolph1
|
|
|
|
include $(CONTIKI)/Makefile.include
|