Kaloyan Chehlarski 8745974c86 DEVTOOLS: Build cif trees in-place in create_nancy
Added code for reading .cif files, and combining them into
a ciftree, which is then to be written to nancy.dat. Removed
the nancy2_patchtree binary file, and added the four source
files in its place.
2023-11-05 13:03:01 +02:00

14 lines
203 B
Makefile

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