nes-proj/examples/ipv6/udp-ipv6/Makefile

6 lines
118 B
Makefile

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