fix(Makefile): cleanup _dist files

pull/1160/head
Adam Reese 8 years ago
parent 36606cf152
commit 147df3b85a

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

Loading…
Cancel
Save