Skip to content

Commit

Permalink
added a makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelcmtd committed Jul 10, 2020
1 parent 5478ad8 commit 4eed277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
redirector-arm
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
arm:
GOARCH=arm go build -o redirector-arm -v -a

clean:
rm -f redirector-*

0 comments on commit 4eed277

Please sign in to comment.