makefile: remove unreferenced target

This commit is contained in:
Jguer 2019-09-29 10:30:33 +01:00
parent d0705a6d6b
commit 5b3ae061cf

View file

@ -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