Showing
1 changed file
with
1 additions
and
1 deletions
@@ -13,7 +13,7 @@ GOARCH = $(shell go env GOARCH) | @@ -13,7 +13,7 @@ GOARCH = $(shell go env GOARCH) | ||
13 | 13 | ||
14 | LIBRARY = $(GOPATH)/pkg/$(GOOS)_$(GOARCH)/$(PACKAGE).a | 14 | LIBRARY = $(GOPATH)/pkg/$(GOOS)_$(GOARCH)/$(PACKAGE).a |
15 | 15 | ||
16 | -.PHONY: all clean .version | 16 | +.PHONY: all clean |
17 | 17 | ||
18 | all: $(LIBRARY) | 18 | all: $(LIBRARY) |
19 | 19 |
Please
register
or
login
to post a comment