summaryrefslogtreecommitdiff
path: root/utils/ipod/flashsplit/Makefile
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-07-13 18:39:11 +0000
committerDave Chapman <dave@dchapman.com>2009-07-13 18:39:11 +0000
commite8c588903c5d1128f7cb742d3467b93c415a254d (patch)
tree1b72ce145876d0bbf92c4732958543e5fb1923de /utils/ipod/flashsplit/Makefile
parent25371a1bfd9598860ce34c2f257e39589e5cd34c (diff)
downloadrockbox-e8c588903c5d1128f7cb742d3467b93c415a254d.tar.gz
rockbox-e8c588903c5d1128f7cb742d3467b93c415a254d.zip
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
Diffstat (limited to 'utils/ipod/flashsplit/Makefile')
-rw-r--r--utils/ipod/flashsplit/Makefile16
1 files changed, 16 insertions, 0 deletions
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 @@
1# __________ __ ___.
2# Open \______ \ ____ ____ | | _\_ |__ _______ ___
3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/
7# $Id$
8#
9
10all: flashsplit
11
12flashsplit: flashsplit.c
13 gcc -W -Wall -o flashsplit flashsplit.c
14
15clean:
16 rm -f flashsplit