Add CLAP synth variant, WIP
This commit is contained in:
parent
fad92579b9
commit
ba760be01d
4 changed files with 20 additions and 15 deletions
|
@ -360,12 +360,7 @@ endif
|
|||
else ifeq ($(CARDINAL_VARIANT),native)
|
||||
TARGETS = jack
|
||||
else
|
||||
TARGETS = lv2 vst2 vst3 static
|
||||
endif
|
||||
|
||||
# TESTING
|
||||
ifeq ($(CARDINAL_VARIANT),fx)
|
||||
TARGETS += clap
|
||||
TARGETS = lv2 vst2 vst3 clap static
|
||||
endif
|
||||
|
||||
all: $(TARGETS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue