diff --git a/Makefile b/Makefile index d166cf2..0139fb5 100644 --- a/Makefile +++ b/Makefile @@ -15,10 +15,6 @@ plugins: $(MAKE) all -C plugins/freeverb $(MAKE) all -C plugins/gigaverb $(MAKE) all -C plugins/pitchshift - $(MAKE) all -C plugins/shiroverb - $(MAKE) all -C plugins/pitchotto - $(MAKE) all -C plugins/modulay - $(MAKE) all -C plugins/larynx gen: plugins dpf/utils/lv2_ttl_generator @$(CURDIR)/dpf/utils/generate-ttl.sh @@ -37,10 +33,6 @@ clean: $(MAKE) clean -C plugins/freeverb $(MAKE) clean -C plugins/gigaverb $(MAKE) clean -C plugins/pitchshift - $(MAKE) clean -C plugins/shiroverb - $(MAKE) clean -C plugins/pitchotto - $(MAKE) clean -C plugins/modulay - $(MAKE) clean -C plugins/larynx # --------------------------------------------------------------