mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-13 18:34:21 +01:00
3 lines
162 B
Makefile
3 lines
162 B
Makefile
relayer-expensive: $(shell find .. -name "*.go")
|
|
CC=$$(which musl-gcc) go build -ldflags='-s -w -linkmode external -extldflags "-static"' -o ./relayer-expensive
|