mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
7 lines
97 B
Makefile
7 lines
97 B
Makefile
CONTIKI = ../../..
|
|
|
|
all: trickle-node
|
|
|
|
CONTIKI_WITH_RIME = 1
|
|
include $(CONTIKI)/Makefile.include
|