Delete dist when cleaning

This commit is contained in:
sin 2014-11-14 14:40:44 +00:00
parent 300eedc50a
commit 3de142ba70
1 changed files with 1 additions and 1 deletions

View File

@ -189,4 +189,4 @@ sbase-box: $(SRC) util.a
clean:
@echo cleaning
@rm -f $(BIN) $(OBJ) $(LIB) util.a sbase-box
@rm -f $(BIN) $(OBJ) $(LIB) util.a sbase-box sbase-$(VERSION).tar.gz