contiki/examples/zolertia/zoul/at-test/Makefile
2016-05-15 12:19:04 +02:00

8 lines
176 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