mirror of
https://github.com/fiatjaf/khatru.git
synced 2026-04-05 13:06:46 +02:00
3 lines
79 B
Makefile
3 lines
79 B
Makefile
relayer: $(shell find .. -name "*.go")
|
|
go build -ldflags="-s -w" -o ./relayer
|