nes-proj/examples/cfs-coffee/Makefile

9 lines
172 B
Makefile

DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
CONTIKI = ../..
MODULES += os/services/unit-test
all: test-cfs test-coffee example-coffee
include $(CONTIKI)/Makefile.include