mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
3 lines
83 B
Bash
Executable file
3 lines
83 B
Bash
Executable file
#!/bin/bash
|
|
|
|
gcc -o test test.c -I../../include -lpm3rrg_rdv4 -L../build -lpthread
|