fix makefile
This commit is contained in:
parent
a96965f086
commit
4c16e7a36e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 \
|
||||
|
|
Reference in a new issue