summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index eae1289..ba79a67 100644
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,7 @@ include Makefile.mk
all: libs $(PLUGINS) gen
libs:
-ifeq ($(HAVE_DGL),true)
$(MAKE) -C dpf/dgl
-endif
gen: $(PLUGINS) dpf/utils/lv2_ttl_generator
@$(CURDIR)/dpf/utils/generate-ttl.sh
@@ -65,9 +63,7 @@ clean:
for plugin in $(PLUGINS); do \
$(MAKE) -C plugins/"$$plugin" clean; \
done
-ifeq ($(HAVE_DGL),true)
$(MAKE) clean -C dpf/dgl
-endif
$(MAKE) clean -C dpf/utils/lv2-ttl-generator
# --------------------------------------------------------------