repo.or.cz
/
RRG-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2654 from Antiklesys/master
[RRG-proxmark3.git]
/
client
/
experimental_client_with_swig
/
01make_client_cmake.sh
blob
e85171d00ab3add2f5ac79c93800041120adc3b3
1
#!/bin/bash
2
3
(
4
cd
..
5
rm
-rf
build
6
mkdir build
7
(
8
cd
build
9
cmake ..
10
make
-j
11
)
12
rm
proxmark3
13
ln
-s
build
/
proxmark3 .
14
)
15
ln
-s
..
/
pyscripts
/
pm3.py
16
ln
-s
..
/
lualibs
/
dkjson.lua