mindex.c

In-memory ordered store and fetch library
git clone git://git.finwo.net/lib/mindex.c
Log | Files | Refs | README | LICENSE

commit 641e09d6238f64ef8e4f9d663e199089e30d3b21
parent 9703dbc6415b30506be72b961fd33338b67f45bc
Author: Yersa Nordman <finwo@pm.me>
Date:   Mon, 18 Mar 2024 21:11:07 +0100

Removed self-dependency on __DIRNAME

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