summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 60a9a70887..68fcd4b6bc 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -9,7 +9,7 @@
9CFLAGS := -O -ansi -g 9CFLAGS := -O -ansi -g
10LDFLAGS := -g 10LDFLAGS := -g
11 11
12CLEANALL := scramble descramble iriver iaudio 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
14 14
15all: 15all:
@@ -17,12 +17,10 @@ all:
17 17
18scramble: scramble.o iriver.o 18scramble: scramble.o iriver.o
19descramble: descramble.o iriver.o 19descramble: descramble.o iriver.o
20iaudio: iaudio.o
21 20
22scramble.o: scramble.c iriver.h 21scramble.o: scramble.c iriver.h
23descramble.o: descramble.c iriver.h 22descramble.o: descramble.c iriver.h
24iriver.o: iriver.c iriver.h 23iriver.o: iriver.c iriver.h
25iaudio.o: iaudio.c
26 24
27sh2d: sh2d.c 25sh2d: sh2d.c
28 26