Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
add openbsd to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanael authored and fiatjaf committed Jul 22, 2021
1 parent 045e3db commit b0032ea
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
@@ -1,6 +1,6 @@
dist: $(shell find . -name "*.go") spark-wallet/client/dist
mkdir -p dist
gox -ldflags="-s -w" -osarch="darwin/amd64 linux/386 linux/amd64 linux/arm freebsd/amd64" -output="dist/sparko_{{.OS}}_{{.Arch}}"
gox -ldflags="-s -w" -osarch="darwin/amd64 linux/386 linux/amd64 linux/arm freebsd/amd64 openbsd/amd64" -output="dist/sparko_{{.OS}}_{{.Arch}}"

sparko: $(shell find . -name "*.go") spark-wallet/client/dist/app.js
go build -o ./sparko
Expand Down

0 comments on commit b0032ea

Please sign in to comment.