mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 03:34:13 +00:00
12 lines
193 B
Makefile
12 lines
193 B
Makefile
|
|
MODULE := devtools/create_drascula
|
|
|
|
MODULE_OBJS := \
|
|
create_drascula.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_drascula
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|