Remove redundant deletions from clean target

This commit is contained in:
sin 2014-11-30 11:57:04 +00:00
parent 94ef670b27
commit d13e5c2be3
1 changed files with 1 additions and 1 deletions

View File

@ -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