From e3c6b9b3d2035e9a117b13886120a63ccbb9f817 Mon Sep 17 00:00:00 2001 From: Willem Haffmans Date: Wed, 15 Apr 2026 16:18:30 +0200 Subject: [PATCH] Fix clean target to remove dependency files in common.mk --- common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/common.mk b/common.mk index 2e13a39..284e4e8 100644 --- a/common.mk +++ b/common.mk @@ -32,6 +32,7 @@ $(NAME): $(OBJ) clean: rm -f $(OBJ) + rm -f $(OBJ:.o=.d) fclean: clean rm -f $(NAME)