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

fix(Makefile): cleanup _dist files

parent 36606cf1
......@@ -75,8 +75,7 @@ protoc:
.PHONY: clean
clean:
@rm -rf $(BINDIR)
@rm -f ./rootfs/tiller
@rm -rf $(BINDIR) ./rootfs/tiller ./_dist
.PHONY: 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