mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
CRYO: Rename create_led_dat to create_cryo_dat
This commit is contained in:
parent
4858b3fc58
commit
1db02c7bd8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user