Build and documentation tweaks

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-02-07 21:07:40 +00:00
parent 3b7ab5df31
commit 0fc4a61870
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 74 additions and 38 deletions

View file

@ -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