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)