aboutsummaryrefslogtreecommitdiffstats
path: root/extra/mag/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mag/Makefile')
-rw-r--r--extra/mag/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/mag/Makefile b/extra/mag/Makefile
new file mode 100644
index 0000000..6a19455
--- /dev/null
+++ b/extra/mag/Makefile
@@ -0,0 +1,8 @@
+SHELL := /bin/bash
+
+magrefs: magrefs.go
+ go build -ldflags "-w -s" -o $@ $^
+
+.PHONY: clean
+clean:
+ rm -f magrefs