mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
14 lines
202 B
Makefile
14 lines
202 B
Makefile
all: udp-stream
|
|
APPS = servreg-hack
|
|
CONTIKI = ../..
|
|
|
|
ifndef TARGET
|
|
TARGET = sky
|
|
endif
|
|
|
|
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
|
SMALL = 1
|
|
|
|
CONTIKI_WITH_IPV6 = 1
|
|
include $(CONTIKI)/Makefile.include
|