proxmark3/client/experimental_lib/example_c/01make_test.sh
2023-10-13 22:51:12 +02:00

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