From 520c99d33e18009660f30bd38b31a2f1cd432fe6 Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Thu, 13 May 2010 08:58:46 -0400 Subject: Implemented command line argument parsing and irecv_command() function. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2d7cc8e..c7322f1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: static +all: @echo "Please choose either macosx, linux, or windows" static: @@ -20,7 +20,7 @@ windows: gcc -o irecovery irecovery.c -I. -lirecovery clean: - rm -rf irecovery libirecovery.o libirecovery.so + rm -rf irecovery libirecovery.o libirecovery.so libirecovery.a -- cgit v1.1-32-gdbae