Skip to content

Commit

Permalink
feat: wsl (windows) support
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Mar 22, 2019
1 parent 5a7d5b7 commit 19c31be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/Makefile
Expand Up @@ -117,6 +117,9 @@ clean:

.PHONY: generate_local
generate_local: $(GENERATION_TARGETS)
@# FIXME: investigate why (sometimes?) there are "github.com" and "google.golang.org" directories generated at the root of core/
rm -rf github.com google.golang.org

goimports -w `find . -name "*.pb.go" -or -name "*.gen.go" | grep -v /vendor/`
gofmt -w -s `find . -name "*.pb.go" -or -name "*.gen.go" | grep -v /vendor/`

Expand Down

0 comments on commit 19c31be

Please sign in to comment.