8 lines
161 B
Makefile
8 lines
161 B
Makefile
all: test-ringbufindex
|
|
|
|
CFLAGS += -D PROJECT_CONF_H=\"project-conf.h\"
|
|
MODULES += os/services/unit-test
|
|
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|