Files
lndhub.go/Makefile
Pavol Rusnak 12f1062913 Fix makefile
After Legacy/v2 endpoints refactoring the old build command fails with:

./main.go:152:2: undefined: RegisterLegacyEndpoints
./main.go:153:2: undefined: RegisterV2Endpoints
2022-06-30 12:31:13 +02:00

6 lines
70 B
Makefile

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