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 \