mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-05 23:17:58 +08:00
4 lines
83 B
Bash
4 lines
83 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
gcc -o test test.c -I../../include -lpm3rrg_rdv4 -L../build -lpthread
|