summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-03-01 19:10:38 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-03-01 19:10:38 +0100
commitc638003e8aa684bae60e8b3736c6d9db8571e727 (patch)
treed33a696829fdccd8b9b870a0f8553c40f123b168 /makefile
parent62ace5068979d4956abd2897e27eb5e078ac95dc (diff)
fix build
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index d5c4fad..f06bcb1 100644
--- a/makefile
+++ b/makefile
@@ -40,3 +40,5 @@ $(VOIDC): $(VOIDC_O)
.PHONY: clean
clean:
$(RM) $(VOIDC_O) $(VOIDC_D) $(VOIDC)
+
+-include $(VOIDC_D)