- cleaned up module Makefiles

- reduce variable settings in Makefile
This commit is contained in:
2023-04-26 21:39:41 +02:00
parent 6dadebb700
commit cb14eaef59
8 changed files with 12 additions and 41 deletions
-1
View File
@@ -6,6 +6,5 @@ VST2_SDK_PATH ?= $(realpath ../../sdk/vst/vstsdk2.4)
include config.mk
INCLUDES ?= -I $(LIBSRC_PATH) -I $(VST2_SDK_PATH)
DEFINES += -Dradio_float_t=float -Dfir_float_t=float -Dsynth_float_t=float
include $(MAKE_HOME)/compile.mk