summaryrefslogtreecommitdiff
path: root/tools/ipodpatcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ipodpatcher/Makefile')
-rw-r--r--tools/ipodpatcher/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/tools/ipodpatcher/Makefile b/tools/ipodpatcher/Makefile
index 6eb3dce75e..21994de754 100644
--- a/tools/ipodpatcher/Makefile
+++ b/tools/ipodpatcher/Makefile
@@ -1,8 +1,11 @@
1all: ipodpatcher.exe 1all: ipodpatcher
2 2
3ipodpatcher.exe: ipodpatcher.c 3ipodpatcher: ipodpatcher.c ipodio-posix.c parttypes.h
4 i586-mingw32msvc-gcc -Wall -o ipodpatcher.exe ipodpatcher.c 4 gcc -Wall -o ipodpatcher ipodpatcher.c ipodio-posix.c
5
6ipodpatcher.exe: ipodpatcher.c ipodio-win32.c parttypes.h
7 i586-mingw32msvc-gcc -Wall -o ipodpatcher.exe ipodpatcher.c ipodio-win32.c
5 i586-mingw32msvc-strip ipodpatcher.exe 8 i586-mingw32msvc-strip ipodpatcher.exe
6 9
7clean: 10clean:
8 rm -f ipodpatcher.exe *~ 11 rm -f ipodpatcher.exe ipodpatcher *~