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