From 4c16e7a36e792190b60f9a544919fd5c525513ed Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 19 Oct 2023 23:13:38 +0200 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e00bd3c..4c1a8b2 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ all: main clean: - $(RM) $(OBJETS) $(EXE).$(EXE_EXT) *.tar + $(RM) $(OBJETS) $(EXE).$(EXE_EXT) archive: $(TAR) "$(EXE).tar" $(SOURCES) $(wildcard includes/*.hpp) Makefile \