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

Loading…
Cancel
Save