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)