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
added more keys (@equipter)
[RRG-proxmark3.git]
/
client
/
experimental_client_with_swig
/
01make_client_cmake.sh
blob
48a5bd4f277a58d5d75a1ca1ac853f6d1dfb45cd
1
#!/bin/bash
2
3
cd
..
4
rm
-rf
build
5
mkdir build
6
(
7
cd
build
8
cmake ..
9
make
-j
10
)