mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-06 11:08:42 +00:00
9 lines
142 B
Makefile
9 lines
142 B
Makefile
CONTIKI_PROJECT = coffee-test
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
COFFEE=1
|
|
|
|
CONTIKI = ../../..
|
|
CONTIKI_WITH_RIME = 1
|
|
include $(CONTIKI)/Makefile.include
|