mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-18 12:05:11 +00:00
9 lines
171 B
Makefile
9 lines
171 B
Makefile
all: test-ringbufindex
|
|
|
|
CFLAGS += -D PROJECT_CONF_H=\"project-conf.h\"
|
|
APPS += unit-test
|
|
|
|
CONTIKI = ../../..
|
|
CONTIKI_WITH_IPV6 = 1
|
|
include $(CONTIKI)/Makefile.include
|