From e8c588903c5d1128f7cb742d3467b93c415a254d Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 13 Jul 2009 18:39:11 +0000 Subject: Add flashsplit utility, previously hosted on the wiki at http://www.rockbox.org/wiki/IpodFlash git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21844 a1c6a512-1295-4272-9138-f99709370657 --- utils/ipod/flashsplit/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 utils/ipod/flashsplit/Makefile (limited to 'utils/ipod/flashsplit/Makefile') diff --git a/utils/ipod/flashsplit/Makefile b/utils/ipod/flashsplit/Makefile new file mode 100644 index 0000000000..4283fd9c09 --- /dev/null +++ b/utils/ipod/flashsplit/Makefile @@ -0,0 +1,16 @@ +# __________ __ ___. +# Open \______ \ ____ ____ | | _\_ |__ _______ ___ +# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / +# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < +# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ +# \/ \/ \/ \/ \/ +# $Id$ +# + +all: flashsplit + +flashsplit: flashsplit.c + gcc -W -Wall -o flashsplit flashsplit.c + +clean: + rm -f flashsplit -- cgit v1.2.3