mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 18:33:18 +08:00
4 lines
163 B
Bash
Executable file
4 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
|