From 218af6e0d0b282ebae37c6324c9598e4a9a26931 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 22 Feb 2018 15:42:49 +0100 Subject: [pkg] add a convenience target for installing deps --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9699c47..f478300 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ clean: icon: make -C icon +get_deps: + sudo apt install libzmq3-dev libgtk-3-dev libappindicator3-dev golang pkg-config + LANGS ?= $(foreach path,$(wildcard locales/*/messages.gotext.json),$(patsubst locales/%/messages.gotext.json,%,$(path))) empty := -- cgit v1.2.3