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

include ../../Makefile.inc
