- 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
+4
View File
@@ -5,3 +5,7 @@ BUILD_DIR ?= $(shell pwd)/build/${CONFIG}
MAKEFLAGS += --no-print-directory
LIBSRC_PATH ?= $(realpath ../../libsrc)
JUCE_PATH ?= $(realpath ../../extlib/JUCE)
EIGEN_PATH ?= $(realpath ../../extlib/eigen)
export