summaryrefslogtreecommitdiff
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 f45c5df036..4b72b4c638 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -11,7 +11,7 @@ LDFLAGS := -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 telechips gigabeats mktccboot 14 lngdump telechips gigabeats mktccboot mknkboot
15 15
16all: 16all:
17 @echo "Run make in your build directory!" 17 @echo "Run make in your build directory!"
@@ -41,6 +41,9 @@ mkboot: mkboot.c
41mktccboot: mktccboot.c telechips.o 41mktccboot: mktccboot.c telechips.o
42 $(SILENT)$(CC) -g $+ -o $@ 42 $(SILENT)$(CC) -g $+ -o $@
43 43
44mknkboot: mknkboot.c
45 $(SILENT)$(CC) -g $+ -o $@
46
44lngdump: lngdump.c 47lngdump: lngdump.c
45 $(SILENT)$(CC) -g $+ -o $@ 48 $(SILENT)$(CC) -g $+ -o $@
46 49