Files
lndhub.go/Makefile
Michael Bumann 0de314abbc Fix typo
2022-01-22 14:33:23 +01:00

5 lines
77 B
Makefile

.env:
cp .env_example .env
build:
CGO_ENABLED=0 go build -o lndhub main.go