nes-proj/examples/udp-ipv6/Makefile

9 lines
142 B
Makefile

all: udp-server udp-client
DEFAULT_TARGET=minimal-net
UIP_CONF_IPV6=1
DEFINES=WITH_UIP6
CONTIKI = ../..
include $(CONTIKI)/Makefile.include