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

fix(Makefile): cleanup _dist files

parent 36606cf1
No related merge requests found
Showing with 1 addition and 2 deletions
+1 -2
...@@ -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:
......
Supports Markdown
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