From 319555bf0e7ebb99aecc12c2122261ca7124b7e4 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 4 Jan 2020 00:23:47 +0000 Subject: [PATCH] Building frontend requires "libs" now too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef022be81..6e997d19b 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ bridges-ui: libs discovery: libs @$(MAKE) -C source/discovery -frontend: +frontend: libs ifeq ($(HAVE_PYQT),true) @$(MAKE) -C source/frontend endif