Skip to content

Commit

Permalink
fix build error (issue #18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlapshin committed Jul 26, 2019
1 parent e7da6ae commit ed2b594
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -20,6 +20,7 @@ all: vendor a_main-packr.go lint fmt | $(BASE)
a_main-packr.go: $(GOPATH)/bin/packr
rm -rfv $(GOPATH)/src/golang.org/x/tools/go/loader/testdata; \
rm -rfv $(GOPATH)/src/golang.org/x/tools/cmd/fiximports/testdata; \
rm -rfv $(GOPATH)/src/golang.org/x/tools/internal/lsp/testdata; \
$(GOPATH)/bin/packr -z

$(BASE):
Expand All @@ -46,6 +47,7 @@ $(GOPATH)/bin/packr:
packr: $(GOPATH)/bin/packr
rm -rfv $(GOPATH)/src/golang.org/x/tools/go/loader/testdata; \
rm -rfv $(GOPATH)/src/golang.org/x/tools/cmd/fiximports/testdata; \
rm -rfv $(GOPATH)/src/golang.org/x/tools/internal/lsp/testdata; \
$(GOPATH)/bin/packr -z

.PHONY: lint
Expand Down

0 comments on commit ed2b594

Please sign in to comment.