rename closed to whitelisted and build it and basic with musl.

This commit is contained in:
fiatjaf
2022-07-24 11:52:11 -03:00
parent d2ce4dbf54
commit 84f7d34840
14 changed files with 14 additions and 14 deletions

View File

@@ -1,2 +1,2 @@
relayer: $(shell find .. -name "*.go")
go build -ldflags="-s -w" -o ./relayer
relayer-basic: $(shell find .. -name "*.go")
CC=$$(which musl-gcc) go build -ldflags='-s -w -linkmode external -extldflags "-static"' -o ./relayer-basic