mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
11 lines
198 B
Makefile
11 lines
198 B
Makefile
MODULE := devtools/create_supernova/create_image
|
|
|
|
MODULE_OBJS := create_image.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_image
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|
|
|