Skip to content

Commit

Permalink
add: psql target
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Jun 15, 2023
1 parent e4c95d8 commit 03dcd0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ update-direct: $(CFG) $(OBJECTSDIRECT)

# ------------------------------------------------------------------------------

psql:
@docker exec -it $$PG_CONTAINER psql -U $$PGUSER $$PGDATABASE

clean:
rm -rf *.done

Expand Down

0 comments on commit 03dcd0e

Please sign in to comment.