diff options
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: |