nes-proj/examples/ipv6/udp-ipv6/Makefile
2017-09-22 14:34:20 +02:00

6 lines
118 B
Makefile

all: udp-server udp-client
CONTIKI = ../../..
CFLAGS += -DUIP_CONF_ND6_SEND_NS=1
include $(CONTIKI)/Makefile.include