Skip to content

Commit

Permalink
added Makefile back
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmfwolf committed Jun 14, 2023
1 parent b06c4f2 commit cfaf3b7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
run:
go run './cmd/main.go'

build:
go build './...'

test:
go install github.com/jpoles1/[email protected]
gopherbadger -md="readme.md" -png=false

secure:
# or install it into ./bin/
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s
./bin/gosec -exclude=G104 ./...

link:
ln -s ${GOPATH}/src/github.com/onelogin/onelogin-go-sdk .

0 comments on commit cfaf3b7

Please sign in to comment.