diff --git a/Makefile b/Makefile index b63415793..214bd54c7 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ USER = postgres PASSWORD = password # Set env variable +# `PGPASSWORD` is used by `createdb` and `dropdb` export PGPASSWORD=$(PASSWORD) #Test