commit 3de142ba709b95ec39e16d53bf3d761dab24e651 Author: sin <[email protected]> Date: Fri Nov 14 14:40:44 2014 +0000
Delete dist when cleaning
diff --git a/Makefile b/Makefile
index e8aba9d..962601f 100644
--- a/Makefile
+++ b/Makefile
@@ -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
