mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-08 23:08:29 +00:00
8 lines
120 B
Makefile
8 lines
120 B
Makefile
CONTIKI_PROJECT = coffee-test
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
COFFEE=1
|
|
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|