Skip to content

Commit

Permalink
remove snapshot directory in make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Mar 20, 2019
1 parent 6cc47a3 commit 0176db6
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 @@ -98,7 +98,7 @@ release: check-release-deps

.PHONY: clean
clean:
rm -fr build
rm -fr build snapshot
go clean

.PHONY: cover
Expand Down

0 comments on commit 0176db6

Please sign in to comment.