Browse Source

Forgot cleanup makefile

pull/2/merge
ninodewit 9 years ago
parent
commit
64506d5cd3
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      Makefile

+ 0
- 8
Makefile View File

@@ -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

# --------------------------------------------------------------



Loading…
Cancel
Save