aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 044fae0b6e0431dd133d81c1c8e79ee15c8279ba (plain)
1
2
3
4
5
6
7
ghsshauth:
	go build

install: ghsshauth
	mkdir -p /usr/local/sbin
	cp ghsshauth /usr/local/sbin/ghsshauth
.PHONY: install