about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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