Adds make clean

This commit is contained in:
Stephen McQuay 2018-01-16 21:14:09 -08:00
parent 0006d1592a
commit 8f3623ac1a
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 5 additions and 0 deletions

View File

@ -19,3 +19,8 @@ service.pb.go: service.proto
vendor: Gopkg.toml Gopkg.lock service.twirp.go service.pb.go
dep ensure
.PHONY: clean
clean:
@rm -f service.{twirp,pb}.go
@rm -rf vendor