This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Ildaeil
mirror of
https://github.com/DISTRHO/Ildaeil.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Fix missing PREFIX var for make install
Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX
3 years ago
parent
35f5c52d7b
commit
acc01b7361
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
Makefile
+ 9
- 0
Makefile
View File
@@ -6,8 +6,17 @@
include dpf/Makefile.base.mk
# --------------------------------------------------------------
# Build targets
all: carla dgl plugins gen
# --------------------------------------------------------------
# Build config
PREFIX ?= /usr/local
DESTDIR ?=
# --------------------------------------------------------------
# Carla config
Write
Preview
Loading…
Cancel
Save