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 ac9fbac..b7f445e 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -10,7 +10,8 @@ CFLAGS := -O -ansi -g
LDFLAGS := -g
CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \
- generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database
+ generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database \
+ lngdump
all:
@echo "Run make in your build directory!"
@@ -35,6 +36,9 @@ rdf2binary: rdf2binary.c
mkboot: mkboot.c
$(SILENT)$(CC) -g $+ -o $@
+lngdump: lngdump.c
+ $(SILENT)$(CC) -g $+ -o $@
+
ipod_fw: ipod_fw.c
$(SILENT)$(CC) -g $+ -o $@