From 442363a01ef44e84eda3e22c71dd2de424f5121e Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Fri, 21 May 2010 04:05:32 -0400 Subject: Changed the API a bit to closer match libimobiledevice and added function to get ECID --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c3f542..2606226 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.1-32-gdbae