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