From 31b0313bf1dbc6245527ba0959d186953b3c5e42 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 27 Feb 2020 23:29:20 -0500 Subject: [PATCH] Add pkgs_ubuntu make target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index cf96d45..ee489e5 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,9 @@ pkgs_debian: $(MAKE) pkgs_snap_classic $(MAKE) pkgs_snap_strict +pkgs_ubuntu: list pkgs-ubuntu.list + sudo apt install $(shell ./list pkgs-ubuntu.list) + pkgs_mac: $(MAKE) pkgs_brew_install $(MAKE) pkgs_brew_cask_install -- 2.20.1