mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
6 lines
117 B
Bash
Executable file
6 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
. .coverity.conf || exit 1
|
|
|
|
cov-configure --template --compiler arm-none-eabi-gcc --comptype gcc
|