mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-25 00:24:58 +01:00
5 lines
77 B
Makefile
5 lines
77 B
Makefile
.env:
|
|
cp .env_example .env
|
|
build:
|
|
CGO_ENABLED=0 go build -o lndhub main.go
|