mirror of
https://github.com/fiatjaf/khatru.git
synced 2026-03-01 19:08:40 +01:00
3 lines
154 B
Makefile
3 lines
154 B
Makefile
relayer-basic: $(shell find .. -name "*.go")
|
|
CC=$$(which musl-gcc) go build -ldflags='-s -w -linkmode external -extldflags "-static"' -o ./relayer-basic
|