SHELL := /bin/bash magrefs: magrefs.go go build -ldflags "-w -s" -o $@ $^ .PHONY: clean clean: rm -f magrefs