Merge pull request #206 from prusnak/makefile

Fix makefile
This commit is contained in:
kiwiidb
2022-06-30 14:35:35 +02:00
committed by GitHub

View File

@@ -1,4 +1,5 @@
.env:
cp .env_example .env
build:
CGO_ENABLED=0 go build -o lndhub main.go
CGO_ENABLED=0 go build -o lndhub