# shuf — GNU-compatible shuffle in x86-64 assembly
TARGET    = fshuf
LIB_SRCS  = io.asm str.asm
UNIFIED_SRC = unified/fshuf_unified.asm

include ../../Makefile.inc
