mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-02 07:47:26 +00:00
c1a2ea3309
These are more robust wrt. spaces in names.
6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. other/analysis/gen-file.sh
|
|
|
|
cppcheck amalgamation.cc "${CPPFLAGS[@]}"
|