From d258b399392cf09d9b4eff0beb1802f411954c88 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 13 Oct 2015 11:33:35 +0200 Subject: [PATCH] Enable Kars build --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index ea8aa4c..057a17c 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,9 @@ ifeq ($(HAVE_DGL),true) endif plugins: libs + # Kars + $(MAKE) all -C plugins/Kars + # Mini-Series $(MAKE) all -C plugins/3BandEQ $(MAKE) all -C plugins/3BandSplitter @@ -61,6 +64,9 @@ ifeq ($(HAVE_DGL),true) endif $(MAKE) clean -C dpf/utils/lv2-ttl-generator + # Kars + $(MAKE) clean -C plugins/Kars + # Mini-Series $(MAKE) clean -C plugins/3BandEQ $(MAKE) clean -C plugins/3BandSplitter