nes-proj/examples/platform-specific/zoul/at-test/Makefile
2017-09-01 16:12:57 +02:00

8 lines
188 B
Makefile

DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
CONTIKI_PROJECT = at-master-test
MODULES = os/services/at-master
all: $(CONTIKI_PROJECT)
CONTIKI = ../../..
include $(CONTIKI)/Makefile.include