TOPDIR = ..
MKDIR = $(TOPDIR)/Make

SRCS = archive.c logger.c read_input.c endian.c

include $(MKDIR)/MkRules

