Skip to content

Commit

Permalink
add Makefile with target to build for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
psviderski committed Nov 22, 2018
1 parent a8c7d84 commit fe44a0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
OS=linux
ARCH=amd64

build:
env GOOS=$(OS) GOARCH=$(ARCH) go build -o dumper.$(OS)-$(ARCH)

0 comments on commit fe44a0b

Please sign in to comment.