Skip to content

Commit d633abc

Browse files
committed
Fix build
Signed-off-by: falkTX <[email protected]>
1 parent a65840d commit d633abc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

src/Makefile.cardinal.mk

+8
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,14 @@ $(TARGET_DIR)/%/template.vcv: ../template.vcv
320320
-@mkdir -p "$(shell dirname $@)"
321321
$(SILENT)ln -sf $(abspath $<) $@
322322

323+
$(TARGET_DIR)/%/template-fx.vcv: ../template-fx.vcv
324+
-@mkdir -p "$(shell dirname $@)"
325+
$(SILENT)ln -sf $(abspath $<) $@
326+
327+
$(TARGET_DIR)/%/template-synth.vcv: ../template-synth.vcv
328+
-@mkdir -p "$(shell dirname $@)"
329+
$(SILENT)ln -sf $(abspath $<) $@
330+
323331
$(TARGET_DIR)/$(NAME).lv2/resources/%: ../Rack/res/%
324332
-@mkdir -p "$(shell dirname $@)"
325333
$(SILENT)ln -sf $(abspath $<) $@

0 commit comments

Comments
 (0)