Build and documentation tweaks
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
3b7ab5df31
commit
0fc4a61870
6 changed files with 74 additions and 38 deletions
12
Makefile
12
Makefile
|
@ -4,8 +4,15 @@
|
|||
# Created by falkTX
|
||||
#
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Import base definitions
|
||||
|
||||
USE_NANOVG_FBO = true
|
||||
include dpf/Makefile.base.mk
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Build targets
|
||||
|
||||
all: cardinal carla deps dgl plugins gen resources
|
||||
|
||||
# --------------------------------------------------------------
|
||||
|
@ -13,7 +20,12 @@ all: cardinal carla deps dgl plugins gen resources
|
|||
|
||||
PREFIX ?= /usr/local
|
||||
DESTDIR ?=
|
||||
|
||||
ifeq ($(BSD),true)
|
||||
SYSDEPS ?= true
|
||||
else
|
||||
SYSDEPS ?= false
|
||||
endif
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Carla config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue