Skip to content

Commit

Permalink
Merge pull request #571 from hilary/moar_clean
Browse files Browse the repository at this point in the history
include snap artifacts in make clean
  • Loading branch information
hilary committed Sep 6, 2019
2 parents 92d9576 + 229a2d9 commit fa399f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ vendor:
clean:
@echo "==> remove build / release artifacts"
@echo ""
@rm -rf builds dist out
@rm -rf builds dist out parts prime stage doctl_v*.snap

.PHONY: _install_github_release_notes
_install_github_release_notes:
Expand Down

0 comments on commit fa399f1

Please sign in to comment.