From a814b04770dc83774cd705d2fc8993f24e504a01 Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Thu, 13 May 2010 15:10:40 -0400 Subject: 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() --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7322f1..228b9c3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: +all: static @echo "Please choose either macosx, linux, or windows" static: -- cgit v1.1-32-gdbae