Browse Source

Enable Kars build

tags/v1.0
falkTX 10 years ago
parent
commit
d258b39939
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      Makefile

+ 6
- 0
Makefile View File

@@ -21,6 +21,9 @@ ifeq ($(HAVE_DGL),true)
endif endif


plugins: libs plugins: libs
# Kars
$(MAKE) all -C plugins/Kars

# Mini-Series # Mini-Series
$(MAKE) all -C plugins/3BandEQ $(MAKE) all -C plugins/3BandEQ
$(MAKE) all -C plugins/3BandSplitter $(MAKE) all -C plugins/3BandSplitter
@@ -61,6 +64,9 @@ ifeq ($(HAVE_DGL),true)
endif endif
$(MAKE) clean -C dpf/utils/lv2-ttl-generator $(MAKE) clean -C dpf/utils/lv2-ttl-generator


# Kars
$(MAKE) clean -C plugins/Kars

# Mini-Series # Mini-Series
$(MAKE) clean -C plugins/3BandEQ $(MAKE) clean -C plugins/3BandEQ
$(MAKE) clean -C plugins/3BandSplitter $(MAKE) clean -C plugins/3BandSplitter


Loading…
Cancel
Save