mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-09 16:34:23 +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
|