mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
7 lines
94 B
Makefile
7 lines
94 B
Makefile
all: example-udp-sender
|
|
|
|
UIP_CONF_IPV6=1
|
|
|
|
CONTIKI = ../..
|
|
include $(CONTIKI)/Makefile.include
|