commit 3de142ba709b95ec39e16d53bf3d761dab24e651 parent 300eedc50a16f968481d257aa875c96659f0a0a9 Author: sin <sin@2f30.org> Date: Fri, 14 Nov 2014 14:40:44 +0000 Delete dist when cleaning Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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