- refactored Makefiles

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@1057 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-22 09:17:06 +00:00
parent 44815e7dc1
commit 25b3621668
4 changed files with 3 additions and 5 deletions
-1
View File
@@ -2,7 +2,6 @@ MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
TARGET ?= mpsk_receiver
BUILD_DIR ?= $(shell pwd)/build/${CONFIG}
MAKEFLAGS += --no-print-directory
LIBSRC_PATH ?= $(realpath ../../libsrc)
JUCE_PATH ?= $(realpath ../../extlib/JUCE)