rockbox/tools/ipodpatcher/Makefile
Dave Chapman 45895df35d Initial CVS commit ofipodpatcher - v0.2 release from 16 Jan 2006
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11744 a1c6a512-1295-4272-9138-f99709370657
2006-12-13 08:57:06 +00:00

8 lines
188 B
Makefile

all: ipodpatcher.exe
ipodpatcher.exe: ipodpatcher.c
i586-mingw32msvc-gcc -Wall -o ipodpatcher.exe ipodpatcher.c
i586-mingw32msvc-strip ipodpatcher.exe
clean:
rm -f ipodpatcher.exe *~