diff --git a/Makefile b/Makefile index ed4b49c..af60246 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,9 @@ update-direct: $(CFG) $(OBJECTSDIRECT) # ------------------------------------------------------------------------------ +psql: + @docker exec -it $$PG_CONTAINER psql -U $$PGUSER $$PGDATABASE + clean: rm -rf *.done