From 6589315ca682db4fec2d1cb9d5149075b94fc40e Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 10 Apr 2017 11:20:03 +0200 Subject: [PATCH] Fix multiple jobs build (build all libs before theme) Trying to build theme while also building theme libs causes issues. Now 'make -j 8' works, finally. Closes #335 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62f9cc034..2f1bb07c6 100644 --- a/Makefile +++ b/Makefile @@ -156,7 +156,7 @@ interposer: plugin: backend bridges-plugin bridges-ui discovery @$(MAKE) -C source/plugin -theme: +theme: libs @$(MAKE) -C source/theme # ----------------------------------------------------------------------------------------------------------------------------