diff --git a/Makefile b/Makefile index 67cfab3..525caa0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ .env: cp .env_example .env build: - CGO_ENABLED=0 go build -o indhub main.go + CGO_ENABLED=0 go build -o lndhub main.go