From 3d53160aaa93206922293fd5b557c9991d26cbc1 Mon Sep 17 00:00:00 2001 From: Arijit Das Date: Thu, 17 Jun 2021 12:34:46 +0530 Subject: [PATCH] Added comments. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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