# sleep — GNU-compatible sleep in x86-64 assembly
TARGET    = fsleep
LIB_SRCS  = io.asm args.asm str.asm
UNIFIED_SRC = fsleep_unified.asm

include ../../Makefile.inc
