Skip to content

Commit

Permalink
Redis driver
Browse files Browse the repository at this point in the history
  • Loading branch information
vik0 committed Jun 19, 2017
1 parent 125e939 commit 8e80951
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions make_rel.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
mkdir -p build &&
cd build &&
cmake .. &&
make &&
make install &&
cp -rf bin/grasp_driver ../ &&
cd ..

0 comments on commit 8e80951

Please sign in to comment.