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 --- src/Makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/Makefile (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile deleted file mode 100644 index 07adc0cb..00000000 --- a/src/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -include src/ipaddr/Makefile -include src/ngircd/Makefile -include src/portab/Makefile -include src/tool/Makefile - -LDFLAGS += -Lsrc/portab -Lsrc/tool -Lsrc/ipaddr -LDLIBS += -lngportab -lngtool -lngipaddr -lz - -CFLAGS += -DDOCDIR='"/usr/local/share/doc/ngircd"' -CFLAGS += -DHAVE_CONFIG_H -CFLAGS += -Isrc -Isrc/portab -Isrc/ipaddr -Isrc/tool - -clean: - rm -f src/ngircd/ngircd - find . \( -name '*\.o' -o -name '*\.a' \) -exec rm {} \; -- cgit 1.4.1