Skip to content

Commit

Permalink
Add clean make target (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe authored Oct 16, 2019
1 parent 4fa4bd9 commit c808ad9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,11 @@ release:
git push --tags
.PHONY: release

clean:
go clean ./...
rm -f stripe stripe-darwin stripe-linux stripe-windows.exe
rm -f coverage.txt
rm -rf dist/
.PHONY: clean

.DEFAULT_GOAL := build

0 comments on commit c808ad9

Please sign in to comment.