about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2026-02-19 00:13:27 +0300
committerNakidai <nakidai@disroot.org>2026-02-19 00:13:27 +0300
commite4fcf7471a1319fee99d68de729aaacfeb044d01 (patch)
treeb665b0dd4c1d092f17d584f6fda8c9fe45934169 /Makefile
parentfb6f0fd115fec4a7c3490d0a3091b81af5ba6378 (diff)
downloadngircd-e4fcf7471a1319fee99d68de729aaacfeb044d01.tar.gz
ngircd-e4fcf7471a1319fee99d68de729aaacfeb044d01.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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