diff --git a/Makefile b/Makefile index 063183e..02f9d05 100755 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ build: CGO_ENABLED=0 go build gossa.go rm gossa.go +install: + sudo cp gossa /usr/local/bin + run: ./gossa -verb=true test-fixture