mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-05 04:05:34 +00:00
9 lines
128 B
Makefile
9 lines
128 B
Makefile
all: udp-client udp-server
|
|
APPS=servreg-hack
|
|
CONTIKI=../../..
|
|
|
|
WITH_UIP6=1
|
|
UIP_CONF_IPV6=1
|
|
|
|
include $(CONTIKI)/Makefile.include
|