diff options
author | Joshua Hill | 2010-06-02 22:12:59 -0400 |
---|---|---|
committer | Joshua Hill | 2010-06-02 22:12:59 -0400 |
commit | ac4f614856a5751336fdb1b29b33060bd6c2eaf1 (patch) | |
tree | 097a3063556de5a73d16298868a4dd16ecccd4cf /Makefile | |
parent | 30fd56859f50dea5712492807a1b9784da9fec11 (diff) | |
download | libirecovery-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |