mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
15 lines
231 B
Makefile
15 lines
231 B
Makefile
|
|
MODULE := devtools/create_cryomni3d
|
|
|
|
MODULE_OBJS := \
|
|
create_cryomni3d_dat.o \
|
|
util.o \
|
|
versailles.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_cryomni3d_dat
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|
|
|