summaryrefslogtreecommitdiff
path: root/utils/ipod/bin2note/Makefile
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-07-13 18:31:42 +0000
committerDave Chapman <dave@dchapman.com>2009-07-13 18:31:42 +0000
commitaf624e03c0d85070ba2f4c813561af8e8ea145fb (patch)
treeed135a0345d68d7b5c06cdc0f84710f64c8d8c66 /utils/ipod/bin2note/Makefile
parent5e2f11ad655051296b64af86b33a8bbb0229272b (diff)
downloadrockbox-af624e03c0d85070ba2f4c813561af8e8ea145fb.tar.gz
rockbox-af624e03c0d85070ba2f4c813561af8e8ea145fb.zip
First commit of "bin2note" utility for exploiting the Notes buffer overflow on the 2nd generation Nano.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21842 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/ipod/bin2note/Makefile')
-rw-r--r--utils/ipod/bin2note/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/ipod/bin2note/Makefile b/utils/ipod/bin2note/Makefile
new file mode 100644
index 0000000000..b5fd564d0a
--- /dev/null
+++ b/utils/ipod/bin2note/Makefile
@@ -0,0 +1,16 @@
1# __________ __ ___.
2# Open \______ \ ____ ____ | | _\_ |__ _______ ___
3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/
7# $Id$
8#
9
10all: bin2note
11
12bin2note: bin2note.c
13 gcc -W -Wall -o bin2note bin2note.c
14
15clean:
16 rm -f bin2note