Revision f9f4400c783b4c9c6007f333277fb08ca4972f59 authored by Eugene Sandulenko on 04 October 2019, 21:28:18 UTC, committed by Eugene Sandulenko on 04 October 2019, 21:28:18 UTC
1 parent 857a8eb
Raw File
module.mk
MODULE := devtools/create_xeen

MODULE_OBJS := \
	create_xeen.o \
	cc.o \
	clouds.o \
	constants.o \
	hashmap.o \
	map.o \
	memorypool.o \
	str.o \
	swords.o

# Set the name of the executable
TOOL_EXECUTABLE := create_xeen

# Include common rules
include $(srcdir)/rules.mk
back to top