Commit 6c3050fa54574fe080599df5a167dad5a2acf391

Authored by Georg Hopp
1 parent 8b5c8cd7

.version is not phony

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