1 2 3 4 5 6 7 8
SHELL := /bin/bash magrefs: magrefs.go go build -ldflags "-w -s" -o $@ $^ .PHONY: clean clean: rm -f magrefs