Skip to content

Commit

Permalink
Merge pull request #1 from angch/master
Browse files Browse the repository at this point in the history
chore: Add some TLC for FreeBSD
  • Loading branch information
kaerumy authored Jul 8, 2019
2 parents 3a54a4e + 8c5b5c1 commit d7c2ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test:
@go test ./...

# https://vic.demuzere.be/articles/golang-makefile-crosscompile/
PLATFORMS := linux/amd64 windows/amd64 darwin/amd64
PLATFORMS := linux/amd64 windows/amd64 darwin/amd64 freebsd/amd64

temp = $(subst /, ,$@)
os = $(word 1, $(temp))
Expand Down

0 comments on commit d7c2ad3

Please sign in to comment.