From f90cefcd28a6d28424f2447c335bd1aa4581960c Mon Sep 17 00:00:00 2001
From: Jomaro Rodrigues <jomaro.rodrigues@gmail.com>
Date: Fri, 16 Mar 2018 08:55:19 -0300
Subject: [PATCH] =?UTF-8?q?Update=20makefile=20-=20agrupando=20as=20instal?=
 =?UTF-8?q?a=C3=A7=C3=B5es,=20pra=20tentar=20agilizar?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/makefile b/makefile
index 3292c17..f32931b 100644
--- a/makefile
+++ b/makefile
@@ -28,11 +28,8 @@ clean-docs:
 	@rm -rf docs
 
 install:
-	apt-get update
-	apt-get install -y python3-dev
-	apt-get install -y python3-pip
-	apt-get install -y libpq-dev
-	apt-get install -y postgresql postgresql-contrib
+	apt-get update -qq
+	apt-get install -y python3-dev python3-pip libpq-dev postgresql postgresql-contrib
 
 install-user:
 	pip3 install --user -U pip setuptools pipenv==9.0.3
-- 
GitLab