aboutsummaryrefslogtreecommitdiffstats
path: root/extra/mag/Makefile
blob: 6a1945570c480370ec05c76e9f3f0732c5d47cb6 (plain)
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