mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-04 20:50:37 -08:00
5 lines
163 B
Bash
Executable File
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
|