From 18375860d92de2fa3a58defee0e099f777fd3d30 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 19 Feb 2026 00:54:17 +0300 Subject: Add header file dependencies Now build system will handle header file changes correctly as well --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 602d9575..6282ef84 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,6 @@ all: src/ngircd/ngircd .c.o: - ${CC} ${CFLAGS} ${CPPFLAGS} -c -o $@ $< + ${CC} ${CFLAGS} ${CPPFLAGS} -MMD -MP -c -o $@ $< include src/build.mk -- cgit 1.4.1