# whoami — Makefile using shared infrastructure
TARGET    = fwhoami
LIB_SRCS  = io.asm args.asm str.asm
LDFLAGS   = --gc-sections -z noexecstack

include ../../Makefile.inc
