summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index b7f445ebf6..74d82affab 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -16,13 +16,14 @@ CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \
16all: 16all:
17 @echo "Run make in your build directory!" 17 @echo "Run make in your build directory!"
18 18
19scramble: scramble.o iriver.o mi4.o gigabeat.o 19scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o
20descramble: descramble.o iriver.o gigabeat.o 20descramble: descramble.o iriver.o gigabeat.o
21 21
22scramble.o: scramble.c iriver.h mi4.h gigabeat.h 22scramble.o: scramble.c iriver.h mi4.h gigabeat.h
23descramble.o: descramble.c iriver.h gigabeat.h 23descramble.o: descramble.c iriver.h gigabeat.h
24iriver.o: iriver.c iriver.h 24iriver.o: iriver.c iriver.h
25gigabeat.o: gigabeat.c gigabeat.h 25gigabeat.o: gigabeat.c gigabeat.h
26gigabeats.o: gigabeats.c gigabeats.h
26mi4.o: mi4.c mi4.h 27mi4.o: mi4.c mi4.h
27 28
28sh2d: sh2d.c 29sh2d: sh2d.c