redondant flag
This commit is contained in:
parent
ff6f6be2b2
commit
6b37bda986
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ tgz:
|
|||
cd $(TMP_DIR) && \
|
||||
$(TAR) "$(NAME).tar.gz" * && \
|
||||
$(MV) "$(NAME).tar.gz" ..
|
||||
$(RM) -r $(TMP_DIR)/
|
||||
$(RM) $(TMP_DIR)/
|
||||
|
||||
clean:
|
||||
$(RM) $(OBJETS_RAND) $(EXE_RAND) $(OBJETS_MCTS) $(EXE_MCTS)
|
||||
|
|
Reference in a new issue