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:
| M | Makefile | | | 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