diff --git a/Makefile b/Makefile index c5d6625..5388876 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ARCHS := linux-amd64 linux-arm64 darwin-amd64 VERSION ?= $(shell git describe --tags --always) -all: $(ARCHS) +all: clean $(ARCHS) $(ARCHS): @echo "Building for $(@)" @@ -13,4 +13,4 @@ $(ARCHS): clean: go clean - rm -rf target \ No newline at end of file + rm -rf target