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