1 2 3 4 5 6 7 8
# 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