mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-09 03:30:01 +00:00
8 lines
126 B
Makefile
8 lines
126 B
Makefile
CONTIKI_PROJECT = coffee-test
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
COFFEE_FILES=1
|
|
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|