mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-03-11 07:29:48 +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
|