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) ############################################################################### # #