a069f8f73d
scan-build http://clang-analyzer.llvm.org/scan-build.html is a clang based tool designed to provide static analysis over C code files.
17 lines
291 B
Makefile
17 lines
291 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/minimal-net \
|
|
hello-world/native \
|
|
eeprom-test/native \
|
|
example-shell/native \
|
|
tcp-socket/minimal-net \
|
|
telnet-server/minimal-net \
|
|
webserver/minimal-net \
|
|
wget/minimal-net \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|