From f05a24df12b18c023f9df7349cf84debc6fc4e29 Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Sat, 23 May 2026 07:02:58 -0400 Subject: build: Add -MMD to build flags Signed-off-by: Chloe M. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47dd566..84f30e9 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ CC = gcc CFLAGS = \ -Wall \ -pedantic \ - -Iinclude + -Iinclude \ + -MMD .PHONY: all all: cescal -- cgit v1.2.3