summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ac9fbac6d0..b7f445ebf6 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -10,7 +10,8 @@ CFLAGS := -O -ansi -g
10LDFLAGS := -g 10LDFLAGS := -g
11 11
12CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \ 12CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \
13 generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database 13 generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database \
14 lngdump
14 15
15all: 16all:
16 @echo "Run make in your build directory!" 17 @echo "Run make in your build directory!"
@@ -35,6 +36,9 @@ rdf2binary: rdf2binary.c
35mkboot: mkboot.c 36mkboot: mkboot.c
36 $(SILENT)$(CC) -g $+ -o $@ 37 $(SILENT)$(CC) -g $+ -o $@
37 38
39lngdump: lngdump.c
40 $(SILENT)$(CC) -g $+ -o $@
41
38ipod_fw: ipod_fw.c 42ipod_fw: ipod_fw.c
39 $(SILENT)$(CC) -g $+ -o $@ 43 $(SILENT)$(CC) -g $+ -o $@
40 44