diff --git a/Makefile b/Makefile index 767bb6dd..308530e6 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ PACKAGE := $(RELEASE_DIR).tar.gz SOURCES ?= $(shell find . -name "*.go" -type f) .PHONY: all -all: | clean package +all: | clean release .PHONY: default default: build