mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-09 19:31:04 +00:00
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
|