commit d13e5c2be3464148c8d778b8f399026b8244018a
Author: sin <[email protected]>
Date: Sun Nov 30 11:57:04 2014 +0000
Remove redundant deletions from clean target
diff --git a/Makefile b/Makefile
index 14dc982..c054829 100644
--- a/Makefile
+++ b/Makefile
@@ -196,7 +196,7 @@ sbase-box: $(LIB) $(SRC)
rm -r build
clean:
- rm -f $(BIN) $(OBJ) $(LIBUTFOBJ) $(LIBUTIL) $(LIB) sbase-box
sbase-$(VERSION).tar.gz
+ rm -f $(BIN) $(OBJ) $(LIB) sbase-box sbase-$(VERSION).tar.gz
.PHONY:
all install uninstall dist sbase-box clean