@ -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 $(@)"