- cleaned up Makefiles

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@930 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-02 06:30:33 +00:00
parent d065b8062e
commit 4f4fc52c01
9 changed files with 41 additions and 20 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ CXX_SRCS += IQPlaneComponent.cpp
CXX_SRCS += MainComponent.cpp
CXX_SRCS += Main.cpp
INCLUDES += -I . -I $(realpath ../JuceLibraryCode) -I $(JUCE_PATH) -I $(LIBSRC_PATH) -I $(EIGEN_PATH)
INCLUDES ?= -I . -I $(realpath ../JuceLibraryCode) -I $(JUCE_PATH) -I $(LIBSRC_PATH) -I $(EIGEN_PATH)
include $(MAKE_HOME)/compile.mk