diff --git a/Makefile.conf b/Makefile.conf new file mode 100644 index 0000000..2fb47ea --- /dev/null +++ b/Makefile.conf @@ -0,0 +1,12 @@ +HERE:=$(dir $(lastword $(MAKEFILE_LIST))) +-include $(HERE)build.conf + +TARGET_LIB ?= libdizzy +DEBUG ?= 0 + +LIBDAISY_DIR ?= ../../heck_libDaisy +DAISYSP_DIR ?= ../../heck_DaisySP + +CXX_STANDARD ?= -std=c++17 +CXXFLAGS += -Wall -Wno-unused -Wno-reorder-ctor -Wno-switch +CXXFLAGS += -fdiagnostics-color=always