From 2af3fcfeb3025ca78d6c5a00675e23653bd4fa11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre-Xavier=20Labont=C3=A9-Lamoureux?= Date: Sun, 7 Jan 2024 01:02:13 -0500 Subject: [PATCH] Update makefile --- Project/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/makefile b/Project/makefile index b7a517e2..417dc3aa 100644 --- a/Project/makefile +++ b/Project/makefile @@ -23,7 +23,7 @@ TARGET: $(OBJ) # Rule to generate a dep file by using the C preprocessor # (see 'man cpp' for details on the -MM and -MT options) %.d: %.c - $(CPP) $(CXXFLAGS) $< -MM -MT $(@:.d=.o) >$@ + @$(CPP) $(CXXFLAGS) $< -MM -MT $(@:.d=.o) >$@ .PHONY: clean clean: