Commit a411284ec7788ca6b0a4f0207a83893a072ec1ea

Authored by Georg Hopp
1 parent 9c60c2a4

.version is not phony

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