fix(Makefile): cleanup _dist files

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

@ -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:

Loading…
Cancel
Save