summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 68fcd4b6bc..53b1200fce 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -10,17 +10,18 @@ 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 13 generate_rocklatin mkboot ipod_fw codepages uclpack mi4
14 14
15all: 15all:
16 @echo "Run make in your build directory!" 16 @echo "Run make in your build directory!"
17 17
18scramble: scramble.o iriver.o 18scramble: scramble.o iriver.o mi4.o
19descramble: descramble.o iriver.o 19descramble: descramble.o iriver.o
20 20
21scramble.o: scramble.c iriver.h 21scramble.o: scramble.c iriver.h
22descramble.o: descramble.c iriver.h 22descramble.o: descramble.c iriver.h
23iriver.o: iriver.c iriver.h 23iriver.o: iriver.c iriver.h
24mi4.o: mi4.c mi4.h
24 25
25sh2d: sh2d.c 26sh2d: sh2d.c
26 27