mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-11 12:05:53 +00:00
9 lines
119 B
Makefile
9 lines
119 B
Makefile
all: webserver6
|
|
APPS=webserver
|
|
|
|
UIP_CONF_IPV6=1
|
|
DEFINES=WITH_UIP6
|
|
|
|
CONTIKI = ../..
|
|
include $(CONTIKI)/Makefile.include
|