mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #1160 from adamreese/fix/clean-dist
fix(Makefile): cleanup _dist files
This commit is contained in:
commit
976e0ba519
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -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…
Reference in a new issue