2006-12-13 09:02:18 +00:00
|
|
|
all: ipodpatcher
|
2006-12-13 08:57:06 +00:00
|
|
|
|
2006-12-13 09:02:18 +00:00
|
|
|
ipodpatcher: ipodpatcher.c ipodio-posix.c parttypes.h
|
|
|
|
gcc -Wall -o ipodpatcher ipodpatcher.c ipodio-posix.c
|
|
|
|
|
|
|
|
ipodpatcher.exe: ipodpatcher.c ipodio-win32.c parttypes.h
|
|
|
|
i586-mingw32msvc-gcc -Wall -o ipodpatcher.exe ipodpatcher.c ipodio-win32.c
|
2006-12-13 08:57:06 +00:00
|
|
|
i586-mingw32msvc-strip ipodpatcher.exe
|
|
|
|
|
|
|
|
clean:
|
2006-12-13 09:02:18 +00:00
|
|
|
rm -f ipodpatcher.exe ipodpatcher *~
|