mirror of
https://github.com/TokTok/c-toxcore
synced 2026-07-25 14:41:03 +00:00
This uses a single .cc file containing almost all the code in the repository to perform whole program analysis.
6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. other/analysis/gen-file.sh
|
|
|
|
cppcheck amalgamation.cc $CPPFLAGS
|