Browse Source

Fix missing PREFIX var for make install

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 3 years ago
parent
commit
acc01b7361
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 9 additions and 0 deletions
  1. +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



Loading…
Cancel
Save