8 lines
100 B
Makefile
8 lines
100 B
Makefile
all: example-ping6
|
|
APPS=ping6
|
|
|
|
UIP_CONF_IPV6=1
|
|
|
|
CONTIKI = ../..
|
|
include $(CONTIKI)/Makefile.include
|