# rm — Makefile using shared infrastructure
TARGET      = frm
LIB_SRCS    = io.asm args.asm str.asm
TOOL_SRCS   = tools/$(TARGET).asm
UNIFIED_SRC = $(TARGET)_unified.asm

include ../../Makefile.inc
