blob: 0ed929763ce13cc3540f9d95f4ec50d682207e9b [file] [log] [blame]
#
# This is not a complete Makefile of itself. Instead, it is designed to
# be easily embeddable into other systems of Makefiles.
#
FTDUMP_SRCS = \
ftdump.c \
util.c
FTDUMP_OBJS = $(FTDUMP_SRCS:%.c=%.o)