benchmark.c

Basic benchmarking library in C
git clone git://git.finwo.net/lib/benchmark.c
Log | Files | Refs | README | LICENSE

commit d2a94da1ff3764b1c8eab5f8f6d06b6614bd3e5f
parent 412469108a7e59d6db973a20493aa705c2cbd9b7
Author: finwo <finwo@pm.me>
Date:   Mon, 18 Mar 2024 21:08:07 +0100

Removed self-dependency on __DIRNAME symlink

Diffstat:
MMakefile | 3+--
D__DIRNAME | 2--
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,4 @@ -SRC:= -include config.mk +SRC=$(wildcard src/*.c) INCLUDES?= INCLUDES+=-I src diff --git a/__DIRNAME b/__DIRNAME @@ -1 +0,0 @@ -. -\ No newline at end of file