From b547622bc32c2335b295d3d361ae80b0ae8df454 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 2 Oct 2018 23:44:20 +0200 Subject: [PATCH] .version is not phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cc9aa6..3f376ef 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ GOARCH = $(shell go env GOARCH) LIBRARY = $(GOPATH)/pkg/$(GOOS)_$(GOARCH)/$(PACKAGE).a -.PHONY: all clean .version +.PHONY: all clean all: $(LIBRARY)