fcoreutils 0.22.0

High-performance GNU coreutils replacement with SIMD and parallelism
Documentation
1
2
3
4
5
6
7
# Makefile for fdate — uses shared infrastructure
TARGET    = fdate
LIB_SRCS  = io.asm args.asm str.asm
TEST_DEP  = dev
TEST_BIN  = ./$(TARGET)

include ../../Makefile.inc