diff options
author | Joshua Hill | 2010-05-21 04:05:32 -0400 |
---|---|---|
committer | Joshua Hill | 2010-05-21 04:05:32 -0400 |
commit | 442363a01ef44e84eda3e22c71dd2de424f5121e (patch) | |
tree | 9e8ca5c4074c6596795efb568ede0b40bfe95719 /Makefile | |
parent | c4477844178978ef36a607a911712ed4c9c6904a (diff) | |
download | libirecovery-442363a01ef44e84eda3e22c71dd2de424f5121e.tar.gz libirecovery-442363a01ef44e84eda3e22c71dd2de424f5121e.tar.bz2 |
Changed the API a bit to closer match libimobiledevice and added function to get ECID
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -all: +all: linux @echo "Please choose either macosx, linux, or windows" static: @@ -26,7 +26,7 @@ install: uninstall: rm -rf /usr/local/lib/libirecovery.so - rm -rf include/libirecovery.h /usr/local/include/libirecovery.h + rm -rf /usr/local/include/libirecovery.h rm -rf /usr/local/bin/irecovery clean: |