diff options
author | Ben Burwell <ben@benburwell.com> | 2020-06-03 00:15:46 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2020-06-03 00:15:46 -0400 |
commit | b80c7640295bb7db57e91461d2aae4d8377f20a6 (patch) | |
tree | 1b7a43e186de04a7a0f708ed2a044167dd3c6cb8 /Makefile | |
parent | f3e0b43b6b2c8f1a2fee3468100b2d926fad7284 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ $(BINARY): $(SOURCES) .PHONY: run run: $(BINARY) - ./$(BINARY) 2>>/tmp/pgqt.log + ./$(BINARY) postgres://postgres:password@localhost/postgres?sslmode=disable 2>>/tmp/pgqt.log .PHONY: clean clean: |