diff --git a/Makefile b/Makefile index 536d759..4db073a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DEPLOY_IMAGE := $(EXECUTABLE) GOFMT ?= gofmt "-s" TARGETS ?= linux darwin windows openbsd -ARCHS ?= amd64 386 +ARCHS ?= PACKAGES ?= $(shell $(GO) list ./...) GOFILES := $(shell find . -name "*.go" -type f) TAGS ?= sqlite