Skip to content

Commit

Permalink
Add system link script
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Feb 12, 2016
1 parent d6211c5 commit 33c8f0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/link
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
PREFIX=${PREFIX:-/usr/local}
ln -sf $(pwd)/include/glisy ${PREFIX}/include
ln -sf $(pwd)/libglisy.a ${PREFIX}/lib

0 comments on commit 33c8f0a

Please sign in to comment.