Enable all the builds again

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-14 10:52:44 +00:00
parent 3c3628029b
commit a8009a172d
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 62 additions and 37 deletions

View file

@ -62,6 +62,9 @@ endif
ifeq ($(HEADLESS),true)
BASE_FLAGS += -DHEADLESS
ifeq ($(WITH_LTO),true)
BASE_FLAGS += -ffat-lto-objects
endif
endif
ifeq ($(WASM),true)
@ -148,9 +151,13 @@ endif
TARGET = rack.a
all: $(TARGET)
ifeq ($(MOD_BUILD),true)
$(MAKE) -C CardinalFX lv2 resources
else
$(MAKE) -C CardinalFX
$(MAKE) -C CardinalSynth
$(MAKE) -C Cardinal
endif
resources:
$(MAKE) resources -C Cardinal