nes-proj/examples/platform-specific/zoul/at-test/Makefile
2017-05-18 09:56:47 +02:00

8 lines
173 B
Makefile

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