diff options
author | Joshua Hill | 2010-05-13 15:10:40 -0400 |
---|---|---|
committer | Joshua Hill | 2010-05-13 15:10:40 -0400 |
commit | a814b04770dc83774cd705d2fc8993f24e504a01 (patch) | |
tree | 3354669aab557d16eea95373538152c311142ca4 /Makefile | |
parent | 520c99d33e18009660f30bd38b31a2f1cd432fe6 (diff) | |
download | libirecovery-a814b04770dc83774cd705d2fc8993f24e504a01.tar.gz libirecovery-a814b04770dc83774cd705d2fc8993f24e504a01.tar.bz2 |
Implemented irecv_get_status() to return current iphone usb "state".
Implemented irecv_send_buffer() to upload a buffer to the device load address.
Implemented irecv_send_file() to read a file into memory and pass the buffer into irecv_send_buffer()
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -all: +all: static @echo "Please choose either macosx, linux, or windows" static: |