From 833f7f1905bafb28574affc99056695c04390323 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 2 Apr 2017 22:50:34 +0200 Subject: go --- go/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go/Makefile (limited to 'go/Makefile') diff --git a/go/Makefile b/go/Makefile new file mode 100644 index 0000000..80c6771 --- /dev/null +++ b/go/Makefile @@ -0,0 +1,3 @@ +%: %.go + go build $^ + -- cgit v1.2.3