diff --git a/Makefile b/Makefile index 525caa0..0ca7fd2 100644 --- a/Makefile +++ b/Makefile @@ -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