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

Commit b0032ea

Browse files
ndalliardfiatjaf
authored andcommittedJul 22, 2021
add openbsd to makefile
depends on shesek/spark-wallet#182
1 parent 045e3db commit b0032ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dist: $(shell find . -name "*.go") spark-wallet/client/dist
22
mkdir -p dist
3-
gox -ldflags="-s -w" -osarch="darwin/amd64 linux/386 linux/amd64 linux/arm freebsd/amd64" -output="dist/sparko_{{.OS}}_{{.Arch}}"
3+
gox -ldflags="-s -w" -osarch="darwin/amd64 linux/386 linux/amd64 linux/arm freebsd/amd64 openbsd/amd64" -output="dist/sparko_{{.OS}}_{{.Arch}}"
44

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

0 commit comments

Comments
 (0)
This repository has been archived.