Merge pull request #1052 from naveensrinivasan/fix-clean-error

Fix the clean task when directory not present
pull/1056/head
Adam Reese 8 years ago committed by GitHub
commit b106def888

@ -64,7 +64,7 @@ protoc:
.PHONY: clean
clean:
@rm -rf $(BINDIR)
@rm ./rootfs/tiller
@rm -f ./rootfs/tiller
.PHONY: coverage
coverage:

Loading…
Cancel
Save