Remove redundant deletions from clean target
This commit is contained in:
parent
94ef670b27
commit
d13e5c2be3
2
Makefile
2
Makefile
@ -196,7 +196,7 @@ sbase-box: $(LIB) $(SRC)
|
|||||||
rm -r build
|
rm -r build
|
||||||
|
|
||||||
clean:
|
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:
|
.PHONY:
|
||||||
all install uninstall dist sbase-box clean
|
all install uninstall dist sbase-box clean
|
||||||
|
Loading…
Reference in New Issue
Block a user