We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf7c23 commit 414ac9aCopy full SHA for 414ac9a
Makefile
@@ -0,0 +1,8 @@
1
+PREFIX ?= /usr/local
2
+
3
+all:
4
+clean:
5
6
+install:
7
+ install -d $(DESTDIR)$(PREFIX)/lv2
8
+ cp -rv *.lv2 $(DESTDIR)$(PREFIX)/lv2/
0 commit comments