summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 5fec4b1dbe..ea54b1b6f3 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -8,7 +8,7 @@
8# 8#
9CFLAGS := -O -ansi 9CFLAGS := -O -ansi
10 10
11TARGETS := scramble descramble sh2d bmp2rb convbdf generate_rocklatin 11TARGETS := scramble descramble sh2d bmp2rb convbdf generate_rocklatin mkneofile
12 12
13all: $(TARGETS) 13all: $(TARGETS)
14 14
@@ -16,6 +16,8 @@ scramble: scramble.c
16 16
17descramble: descramble.c 17descramble: descramble.c
18 18
19mkneofile: mkneofile.c
20
19sh2d: sh2d.c 21sh2d: sh2d.c
20 22
21bmp2rb: bmp2rb.c 23bmp2rb: bmp2rb.c