summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 43218d99f6..8e82d0f8ee 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -13,9 +13,12 @@ TARGETS := scramble descramble sh2d bmp2rb convbdf generate_rocklatin
13all: $(TARGETS) 13all: $(TARGETS)
14 @echo "tools done" 14 @echo "tools done"
15 15
16scramble: scramble.c 16scramble: scramble.o iriver.o
17descramble: descramble.o iriver.o
17 18
18descramble: descramble.c 19scramble.o: scramble.c iriver.h
20descramble.o: descramble.c iriver.h
21iriver.o: iriver.c iriver.h
19 22
20sh2d: sh2d.c 23sh2d: sh2d.c
21 24