diff --git a/Makefile b/Makefile index babd894..1e644e4 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ GOARCH = $(shell go env GOARCH) LIBRARY = $(GOPATH)/pkg/$(GOOS)_$(GOARCH)/$(PACKAGE).a -.PHONY: all clean .version +.PHONY: all clean all: $(LIBRARY)