From 64506d5cd3b2917bda511a6d831d068b93d3259c Mon Sep 17 00:00:00 2001 From: ninodewit Date: Mon, 25 Jan 2016 16:54:59 +0100 Subject: [PATCH] Forgot cleanup makefile --- Makefile | 8 -------- 1 file changed, 8 deletions(-) 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 # --------------------------------------------------------------