- added config.mk and Makefile for Jay's build system

This commit is contained in:
2023-04-21 14:29:31 +02:00
parent 978c752e8b
commit 3af11a3278
7 changed files with 111 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
BUILD_DIR ?= ./build/${CONFIG}
LIBSRC_PATH ?= $(realpath ../../../../libsrc)
VST2_SDK_PATH ?= $(realpath ../../sdk/vst/vstsdk2.4)