11 lines
146 B
Makefile
11 lines
146 B
Makefile
|
EXAMPLESDIR=../../examples
|
||
|
TOOLSDIR=../../tools
|
||
|
|
||
|
EXAMPLES = \
|
||
|
hello-world/native \
|
||
|
eeprom-test/native \
|
||
|
|
||
|
TOOLS=
|
||
|
|
||
|
include ../Makefile.compile-test
|