fcoreutils 0.22.0

High-performance GNU coreutils replacement with SIMD and parallelism
Documentation
1
2
3
4
5
6
7
# Makefile for fkill — send signals to processes
TARGET      = fkill
LIB_SRCS    = io.asm str.asm args.asm
TOOL_SRCS   = tools/fkill.asm
UNIFIED_SRC = fkill_unified.asm

include ../../Makefile.inc