diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-06-04 13:23:35 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-06-04 20:59:09 +0200 |
commit | de9eb2148f9d1af3a0e78b2567f862269df7517f (patch) | |
tree | e504f38b29ac86e0871a7a515f5da796684c8a2b /Makefile | |
parent | 8c3ba3a2d6a3db9d277c9d6b7532d125b39e1676 (diff) |
[feat] use http to communicate with the core
Instead of using zmq.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |