summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-02 22:12:59 -0400
committerGravatar Joshua Hill2010-06-02 22:12:59 -0400
commitac4f614856a5751336fdb1b29b33060bd6c2eaf1 (patch)
tree097a3063556de5a73d16298868a4dd16ecccd4cf /Makefile
parent30fd56859f50dea5712492807a1b9784da9fec11 (diff)
downloadlibirecovery-ac4f614856a5751336fdb1b29b33060bd6c2eaf1.tar.gz
libirecovery-ac4f614856a5751336fdb1b29b33060bd6c2eaf1.tar.bz2
Added some new helper functions to fetch chip id and board id and changed Makefile to automatically refresh linker cache after install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2606226..cba35d0 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ install:
cp libirecovery.so /usr/local/lib/libirecovery.so
cp include/libirecovery.h /usr/local/include/libirecovery.h
cp irecovery /usr/local/bin/irecovery
+ ldconfig
uninstall:
rm -rf /usr/local/lib/libirecovery.so