summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
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 faea49cb2a..1a01f0ac12 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -9,7 +9,7 @@
CFLAGS := -O -ansi -g
LDFLAGS := -g
-TARGETS := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf generate_rocklatin mkboot
+TARGETS := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf generate_rocklatin mkboot ipod_fw
all: $(TARGETS)
@echo "tools done"
@@ -34,6 +34,9 @@ rdf2binary: rdf2binary.c
mkboot: mkboot.c
$(CC) -g $+ -o $@
+ipod_fw: ipod_fw.c
+ $(CC) -g $+ -o $@
+
convbdf: convbdf.c
$(CC) -g $+ -o $@