Commit 147df3b8 authored by Adam Reese's avatar Adam Reese

fix(Makefile): cleanup _dist files

parent 36606cf1
...@@ -75,8 +75,7 @@ protoc: ...@@ -75,8 +75,7 @@ protoc:
.PHONY: clean .PHONY: clean
clean: clean:
@rm -rf $(BINDIR) @rm -rf $(BINDIR) ./rootfs/tiller ./_dist
@rm -f ./rootfs/tiller
.PHONY: coverage .PHONY: coverage
coverage: coverage:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment