summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorTomas Salfischberger <tomas@rockbox.org>2005-05-02 15:05:07 +0000
committerTomas Salfischberger <tomas@rockbox.org>2005-05-02 15:05:07 +0000
commit52abc68b11694d2360e119543b876cf3c5768fbe (patch)
tree937b8bdc68faccf815efdccf1192c2dd92738932 /tools/Makefile
parenta810a67db7c923b01c4135761ef21ab866db256d (diff)
downloadrockbox-52abc68b11694d2360e119543b876cf3c5768fbe.zip
rockbox-52abc68b11694d2360e119543b876cf3c5768fbe.tar.gz
rockbox-52abc68b11694d2360e119543b876cf3c5768fbe.tar.bz2
rockbox-52abc68b11694d2360e119543b876cf3c5768fbe.tar.xz
Dictionary conversion tools.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6395 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index b98c269..d8b1545 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -9,7 +9,7 @@
CFLAGS := -O -ansi -g
LDFLAGS := -g
-TARGETS := scramble descramble sh2d bmp2rb convbdf generate_rocklatin mkboot
+TARGETS := scramble descramble sh2d bmp2rb rdf2binary convbdf generate_rocklatin mkboot
all: $(TARGETS)
@echo "tools done"
@@ -26,6 +26,9 @@ sh2d: sh2d.c
bmp2rb: bmp2rb.c
$(CC) -DAPPLICATION_NAME=\"$@\" -g $+ -o $@
+rdf2binary: rdf2binary.c
+ $(CC) -g $+ -o $@
+
mkboot: mkboot.c
$(CC) -g $+ -o $@