Files
2026-02-02 04:50:13 +01:00

18 lines
255 B
Makefile

MODULE := devtools/create_kyradat
MODULE_OBJS := \
create_kyradat.o \
games.o \
md5.o \
pak.o \
resources.o \
types.o \
util.o
# Set the name of the executable
TOOL_EXECUTABLE := create_kyradat
# Include common rules
include $(srcdir)/rules.mk