From 6c3050fa54574fe080599df5a167dad5a2acf391 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 2 Oct 2018 23:43:43 +0200 Subject: [PATCH] .version is not phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fdaa7c1..f7e7f5a 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)