summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8c3f542..2606226 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1all: 1all: linux
2 @echo "Please choose either macosx, linux, or windows" 2 @echo "Please choose either macosx, linux, or windows"
3 3
4static: 4static:
@@ -26,7 +26,7 @@ install:
26 26
27uninstall: 27uninstall:
28 rm -rf /usr/local/lib/libirecovery.so 28 rm -rf /usr/local/lib/libirecovery.so
29 rm -rf include/libirecovery.h /usr/local/include/libirecovery.h 29 rm -rf /usr/local/include/libirecovery.h
30 rm -rf /usr/local/bin/irecovery 30 rm -rf /usr/local/bin/irecovery
31 31
32clean: 32clean: