mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-26 08:24:23 +01:00
rename closed to whitelisted and build it and basic with musl.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user