Skip to content

Commit

Permalink
added build script
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed Sep 8, 2020
1 parent 999f959 commit 95c55b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ all:
go fmt .
go vet .
golint .

build:
go build -o handlauf-macos .
env GOOS=linux GOARCH=amd64 go build -o handlauf-linux

0 comments on commit 95c55b0

Please sign in to comment.