Fix build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
a65840d2cd
commit
d633abc35c
3 changed files with 10 additions and 2 deletions
|
@ -320,6 +320,14 @@ $(TARGET_DIR)/%/template.vcv: ../template.vcv
|
|||
-@mkdir -p "$(shell dirname $@)"
|
||||
$(SILENT)ln -sf $(abspath $<) $@
|
||||
|
||||
$(TARGET_DIR)/%/template-fx.vcv: ../template-fx.vcv
|
||||
-@mkdir -p "$(shell dirname $@)"
|
||||
$(SILENT)ln -sf $(abspath $<) $@
|
||||
|
||||
$(TARGET_DIR)/%/template-synth.vcv: ../template-synth.vcv
|
||||
-@mkdir -p "$(shell dirname $@)"
|
||||
$(SILENT)ln -sf $(abspath $<) $@
|
||||
|
||||
$(TARGET_DIR)/$(NAME).lv2/resources/%: ../Rack/res/%
|
||||
-@mkdir -p "$(shell dirname $@)"
|
||||
$(SILENT)ln -sf $(abspath $<) $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue