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