From b7371386055779a4f4d0755a0cc23d2cadea056f Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Thu, 14 Feb 2019 15:48:59 -0500 Subject: Add makefile --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..044fae0 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +ghsshauth: + go build + +install: ghsshauth + mkdir -p /usr/local/sbin + cp ghsshauth /usr/local/sbin/ghsshauth +.PHONY: install -- cgit v1.2.3