proxmark3/client/experimental_client_with_swig/01make_client_makefile.sh

8 lines
89 B
Bash
Executable file

#!/bin/bash
(
cd ..
make -j
)
ln -s ../pyscripts/pm3.py
ln -s ../lualibs/dkjson.lua