summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-05-13 08:58:46 -0400
committerGravatar Joshua Hill2010-05-13 08:58:46 -0400
commit520c99d33e18009660f30bd38b31a2f1cd432fe6 (patch)
tree554dcde9de73f69a1cc34de0e4c7819fd148a5e8 /Makefile
parent5bbd277ce71521a3898697e4c8cb25ed65990f9c (diff)
downloadlibirecovery-520c99d33e18009660f30bd38b31a2f1cd432fe6.tar.gz
libirecovery-520c99d33e18009660f30bd38b31a2f1cd432fe6.tar.bz2
Implemented command line argument parsing and irecv_command() function.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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