Skip to content
Snippets Groups Projects
Commit ff8cdcf6 authored by ab0027's avatar ab0027 :speech_balloon:
Browse files

Update patch

parent b12f8ea3
Branches main
No related tags found
No related merge requests found
Pipeline #8236 failed
diff --git a/Makefile b/Makefile
index fdf0cae..4c58098 100644
index fdf0cae..6b7e128 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,8 @@ $(SUBDIRS)::
@@ -25,7 +25,11 @@ default: all
$(SUBDIRS)::
$(MAKE) -C $@ $(MAKECMDGOALS)
all clean install uninstall: $(SUBDIRS)
+ install -D lv2/b_synth /zynthian/zynthian-plugins/lv2/b_synth
+ install -D lv2/b_whirl /zynthian/zynthian-plugins/lv2/b_whirl
-all clean install uninstall: $(SUBDIRS)
+all clean uninstall: $(SUBDIRS)
+
+install: $(SUBDIRS)
+ install -D lv2/b_synth $(DESTDIR)/zynthian/zynthian-plugins/lv2/b_synth
+ install -D lv2/b_whirl $(DESTDIR)/zynthian/zynthian-plugins/lv2/b_whirl
doc:
help2man -N --help-option=-H -n 'DSP tonewheel organ' -o doc/setBfree.1 src/setBfree
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment