Files
scummvm/devtools/create_nancy/module.mk
T
Kaloyan Chehlarski 2c798c6e43 DEVTOOLS: Add create_nancy project
Add initial version of create_nancy, which generates a datafile(nancy.dat) containing various data for games using the Nancy Drew engine.
2023-03-02 14:28:10 +01:00

13 lines
194 B
Makefile

MODULE := devtools/create_nancy
MODULE_OBJS := \
create_nancy.o \
file.o
# Set the name of the executable
TOOL_EXECUTABLE := create_nancy
# Include common rules
include $(srcdir)/rules.mk