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