fix(Makefile):fix failing missing tiller directory

pull/1360/head
Naveen Srinivasan 9 years ago
parent e4c60380a5
commit 8d06382587

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

Loading…
Cancel
Save