mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-08 23:08:29 +00:00
11 lines
146 B
Makefile
11 lines
146 B
Makefile
|
|
all: webserver6
|
|
|
|
APPS=raven-webserver raven-lcd-interface
|
|
TARGET=avr-raven
|
|
UIP_CONF_IPV6=1
|
|
CONTIKI = ../..
|
|
|
|
|
|
include $(CONTIKI)/Makefile.include
|