mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
DEVTOOLS: Added makefile for create_cryo
This commit is contained in:
parent
8f7c4fa8a5
commit
1e77941a35
11
devtools/create_cryo/module.mk
Normal file
11
devtools/create_cryo/module.mk
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
MODULE := devtools/create_cryo
|
||||
|
||||
MODULE_OBJS := \
|
||||
create_led_dat.o
|
||||
|
||||
# Set the name of the executable
|
||||
TOOL_EXECUTABLE := create_led_dat
|
||||
|
||||
# Include common rules
|
||||
include $(srcdir)/rules.mk
|
Loading…
Reference in New Issue
Block a user