- 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
+7
View File
@@ -0,0 +1,7 @@
MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
BUILD_DIR ?= ./build/${CONFIG}
JUCE_PATH ?= $(realpath ../juce/JUCE-3.1.1)
VST2_SDK_PATH ?= $(realpath ../sdk/vst/vstsdk2.4)