bin2img: $(wildcard *.go) go build -tags "$(BUILDTAGS)" -o $@ .PHONY: clean clean: rm -f bin2img