mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
f627a26a7b
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
|