# Makefile for fcp — uses shared infrastructure
TARGET    = fcp
LIB_SRCS  = io.asm args.asm str.asm
TEST_DEP  = release
TEST_BIN  = ./$(TARGET)_release

include ../../Makefile.inc
