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