diff options
author | Joshua Hill | 2010-05-13 08:58:46 -0400 |
---|---|---|
committer | Joshua Hill | 2010-05-13 08:58:46 -0400 |
commit | 520c99d33e18009660f30bd38b31a2f1cd432fe6 (patch) | |
tree | 554dcde9de73f69a1cc34de0e4c7819fd148a5e8 /Makefile | |
parent | 5bbd277ce71521a3898697e4c8cb25ed65990f9c (diff) | |
download | libirecovery-520c99d33e18009660f30bd38b31a2f1cd432fe6.tar.gz libirecovery-520c99d33e18009660f30bd38b31a2f1cd432fe6.tar.bz2 |
Implemented command line argument parsing and irecv_command() function.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |