[hackers] [sbase] Remove redundant deletions from clean target || sin
commit d13e5c2be3464148c8d778b8f399026b8244018a
Author: sin <sin_AT_2f30.org>
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
_AT_@ -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
Received on Sun Nov 30 2014 - 12:57:43 CET
This archive was generated by hypermail 2.3.0
: Sun Nov 30 2014 - 13:00:11 CET