mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-24 07:29:42 +00:00
7 lines
82 B
Makefile
7 lines
82 B
Makefile
|
LIBMC1322x = ..
|
||
|
|
||
|
BOARD=dev
|
||
|
|
||
|
include $(LIBMC1322x)/Makefile.include
|
||
|
|
||
|
all: blink-red
|