aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_cryo/module.mk
diff options
context:
space:
mode:
authorFilippos Karapetis2017-02-11 22:40:00 +0100
committerGitHub2017-02-11 22:40:00 +0100
commit7739d0c5c11021e0c3b28509181f052d573bf4ff (patch)
treea249cd617acc07f29b834d2c00b89f33291a18d2 /devtools/create_cryo/module.mk
parent2af9ab6f612214cd00aa16e83db3ca5e8b0c7f19 (diff)
parent8eb38c09330159b66eca4dee1889f120cb844923 (diff)
downloadscummvm-rg350-7739d0c5c11021e0c3b28509181f052d573bf4ff.tar.gz
scummvm-rg350-7739d0c5c11021e0c3b28509181f052d573bf4ff.tar.bz2
scummvm-rg350-7739d0c5c11021e0c3b28509181f052d573bf4ff.zip
Merge pull request #899 from bluegr/cryo_dat
CRYO: Move all static engine data into cryo.dat
Diffstat (limited to 'devtools/create_cryo/module.mk')
-rw-r--r--devtools/create_cryo/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/create_cryo/module.mk b/devtools/create_cryo/module.mk
index f8e350a95d..f1e8ea3aa9 100644
--- a/devtools/create_cryo/module.mk
+++ b/devtools/create_cryo/module.mk
@@ -2,10 +2,10 @@
MODULE := devtools/create_cryo
MODULE_OBJS := \
- create_led_dat.o
+ create_cryo_dat.o
# Set the name of the executable
-TOOL_EXECUTABLE := create_led_dat
+TOOL_EXECUTABLE := create_cryo_dat
# Include common rules
include $(srcdir)/rules.mk