1 2 3 4 5 6 7
# Makefile for fcsplit — uses shared infrastructure TARGET = fcsplit LIB_SRCS = io.asm args.asm str.asm TEST_DEP = release TEST_BIN = ./$(TARGET)_release include ../../Makefile.inc