Pass ldflags for make install

This commit is contained in:
Dan Sosedoff
2022-12-06 11:09:13 -06:00
parent e188dd5850
commit 3e1a93296e

View File

@@ -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