# mv — Makefile (uses shared infrastructure)
TARGET      = fmv
LIB_SRCS    = io.asm args.asm str.asm
UNIFIED_SRC = fmv_unified.asm
TEST_DEP    = release
TEST_BIN    = ./fmv_release

include ../../Makefile.inc
