1 2 3 4 5 6 7
# vdir — Makefile using shared infrastructure TARGET = fvdir LIB_SRCS = io.asm str.asm LDFLAGS = --gc-sections -z noexecstack UNIFIED_SRC = unified/fvdir_unified.asm include ../../Makefile.inc