Browse Source

Makefile user variables

tags/v2.4.1
Jean Pierre Cimalando Filipe Coelho <falktx@falktx.com> 3 years ago
parent
commit
5ec8d07b2b
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      .gitignore
  2. +2
    -0
      Makefile

+ 2
- 0
.gitignore View File

@@ -177,3 +177,5 @@ data/windows/Carla.lv2/
data/windows/Carla_*

data/windows/python/

Makefile.user.mk

+ 2
- 0
Makefile View File

@@ -24,6 +24,8 @@ endif

VERSION := 2.4.0

-include Makefile.user.mk

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

all: backend discovery bridges-plugin bridges-ui frontend interposer libjack plugin theme


Loading…
Cancel
Save