Merge pull request #1160 from adamreese/fix/clean-dist

fix(Makefile): cleanup _dist files
This commit is contained in:
Adam Reese 2016-09-08 13:44:36 -07:00 committed by GitHub
commit 976e0ba519

View file

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