diff --git a/Makefile b/Makefile index 01ac5b8..d392545 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ build: @echo "You can now execute ./pgweb" install: - go install + go install -ldflags '${LDFLAGS}' @echo "You can now execute pgweb" release: clean