1 2 3 4 5 6
# realpath — Makefile using shared infrastructure TARGET = frealpath LIB_SRCS = io.asm args.asm str.asm UNIFIED_SRC = $(TARGET)_unified.asm include ../../Makefile.inc