mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-05 04:05:34 +00:00
8 lines
121 B
Makefile
8 lines
121 B
Makefile
all: example-udp-sender
|
|
DEFAULT_TARGET=minimal-net
|
|
|
|
UIP_CONF_IPV6=1
|
|
|
|
CONTIKI = ../..
|
|
include $(CONTIKI)/Makefile.include
|