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 74d82affab..bbb9b0d9b0 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -16,15 +16,16 @@ 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 gigabeats.o 19scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o telechips.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 telechips.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 26gigabeats.o: gigabeats.c gigabeats.h
27mi4.o: mi4.c mi4.h 27mi4.o: mi4.c mi4.h
28telechips.o: telechips.c telechips.h
28 29
29sh2d: sh2d.c 30sh2d: sh2d.c
30 31