fcoreutils 0.22.0

High-performance GNU coreutils replacement with SIMD and parallelism
Documentation
1
2
3
4
5
6
# whoami — Makefile using shared infrastructure
TARGET    = fwhoami
LIB_SRCS  = io.asm args.asm str.asm
LDFLAGS   = --gc-sections -z noexecstack

include ../../Makefile.inc