mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 12:46:56 +00:00
cf82bef02e
svn-id: r53087
11 lines
177 B
Makefile
11 lines
177 B
Makefile
MODULE := tools/create_toon
|
|
|
|
MODULE_OBJS := \
|
|
create_toon.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_toon
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|