summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d804a16..492e62d 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ libs:
plugins: libs
$(MAKE) -C plugins/ZamComp
+ $(MAKE) -C plugins/ZamCompX2
gen: plugins libs/lv2_ttl_generator
@./libs/generate-ttl.sh
@@ -29,6 +30,7 @@ install: all
clean:
$(MAKE) clean -C libs/dgl
$(MAKE) clean -C plugins/ZamComp
+ $(MAKE) clean -C plugins/ZamCompX2
$(MAKE) clean -C libs/lv2-ttl-generator
# --------------------------------------------------------------