This website works better with JavaScript.
Home
Help
Sign In
KXStudio
/
LV2-Extensions
mirror of
https://github.com/KXStudio/LV2-Extensions
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
Add Makefile, so "make install" works
tags/2022-02-14
falkTX
2 years ago
parent
daf7c23ac1
commit
414ac9ae48
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
Makefile
+ 8
- 0
Makefile
View File
@@ -0,0 +1,8 @@
PREFIX ?= /usr/local
all:
clean:
install:
install -d $(DESTDIR)$(PREFIX)/lv2
cp -rv *.lv2 $(DESTDIR)$(PREFIX)/lv2/
Write
Preview
Loading…
Cancel
Save