mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-03-30 12:36:05 +02:00
3 lines
78 B
Makefile
3 lines
78 B
Makefile
relayer: $(shell find . -name "*.go")
|
|
go build -ldflags="-s -w" -o ./relayer
|