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 .PHONY: clean
clean: clean:
@rm -rf $(BINDIR) @rm -rf $(BINDIR)
@rm ./rootfs/tiller @rm -f ./rootfs/tiller
.PHONY: coverage .PHONY: coverage
coverage: coverage:

Loading…
Cancel
Save