commit 65db6e11cd3fd34aa3981ccb555f1a3524041dc2 parent a19550a91a1ab449564a46a0a68521028e520f39 Author: finwo <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