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