From e4fcf7471a1319fee99d68de729aaacfeb044d01 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 19 Feb 2026 00:13:27 +0300 Subject: Rename sub-Makefiles into build.mk So now it is impossible to accidentally start from the wrong place, and this structure also implicitly tells you how to build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b8800555..602d9575 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,4 @@ all: src/ngircd/ngircd .c.o: ${CC} ${CFLAGS} ${CPPFLAGS} -c -o $@ $< -include src/Makefile +include src/build.mk -- cgit 1.4.1