nes-proj/examples/platform-specific/zoul/at-test/Makefile

8 lines
173 B
Makefile
Raw Normal View History

2016-05-15 09:20:23 +00:00
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
CONTIKI_PROJECT = at-master-test
APPS = at-master
all: $(CONTIKI_PROJECT)
2017-05-17 20:24:41 +00:00
CONTIKI = ../../..
2016-05-15 09:20:23 +00:00
include $(CONTIKI)/Makefile.include