1 2 3 4 5 6
# sort — GNU-compatible sort in x86-64 assembly TARGET = fsort LIB_SRCS = io.asm str.asm UNIFIED_SRC = unified/fsort_unified.asm include ../../Makefile.inc