From 48446223637c2c5c981122bd40b07f90f0633514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Sat, 15 Jun 2024 15:12:18 +0200 Subject: [PATCH] Modificado Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc87272..74cff43 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ $(DIR_BUILD)%.o: $(DIR_SOURCES)%.cpp .PHONY: clean clean: - $(RM) $(DIR_BIN) $(DIR_BUILD) + $(RM) $(DIR_BUILD) ############################################################################### # #