From de9eb2148f9d1af3a0e78b2567f862269df7517f Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 4 Jun 2018 13:23:35 +0200 Subject: [feat] use http to communicate with the core Instead of using zmq. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a93bf5e..696fcea 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ icon: make -C icon get_deps: - sudo apt install libzmq3-dev libgtk-3-dev libappindicator3-dev golang pkg-config + sudo apt install libgtk-3-dev libappindicator3-dev golang pkg-config LANGS ?= $(foreach path,$(wildcard locales/*/messages.gotext.json),$(patsubst locales/%/messages.gotext.json,%,$(path))) -- cgit v1.2.3