# rev — Makefile using shared infrastructure
TARGET      = frev
LIB_SRCS    = io.asm
TOOL_SRCS   = tools/$(TARGET).asm
UNIFIED_SRC = unified/$(TARGET)_unified.asm

include ../../Makefile.inc
