Files
proxmark3/client/experimental_lib/example_c/01make_test.sh
T

5 lines
163 B
Bash
Executable File

#!/bin/bash
gcc -o test test.c -I../../include -lpm3rrg_rdv4 -L../build -lpthread
gcc -o test_grab test_grab.c -I../../include -lpm3rrg_rdv4 -L../build -lpthread