summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChloe M. <chloe@mirocom.org>2026-05-23 07:02:58 -0400
committerChloe M. <chloe@mirocom.org>2026-05-23 07:02:58 -0400
commitf05a24df12b18c023f9df7349cf84debc6fc4e29 (patch)
treee014b67bb0b7d3a3cc0376bf778ea2e0de37a40a /Makefile
parent07b0a3b2583e7b17ef477c1e57a6c35a60711847 (diff)
build: Add -MMD to build flags
Signed-off-by: Chloe M. <chloe@mirocom.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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