Skip to content

Commit

Permalink
add make clean (#15)
Browse files Browse the repository at this point in the history
* add make clean
  • Loading branch information
arianaw66 authored Jul 22, 2020
1 parent 46bf009 commit d88373b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ generated-code:
go mod tidy
GO111MODULE=on go generate ./...
gofmt -w $(SUBDIRS)
PATH=$(DEPSGOBIN):$$PATH goimports -w $(SUBDIRS)
PATH=$(DEPSGOBIN):$$PATH goimports -w $(SUBDIRS)

.PHONY: clean
clean:
rm -rf _output

0 comments on commit d88373b

Please sign in to comment.