- fixed build dir

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@920 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-01 17:30:22 +00:00
parent 77dbcf256a
commit 9c165c528f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ all: app
app: objects link
objects:
@$(MAKE) -C JuceLibraryCode
@$(MAKE) -C Source BUILD_DIR=${BUILD_DIR}/Source
@$(MAKE) -C Source
@$(MAKE) -C Radio
include $(MAKE_HOME)/compile.mk
+1 -1
View File
@@ -1,7 +1,7 @@
MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
TARGET ?= mpsk_receiver
BUILD_DIR ?= ./build/${CONFIG}
BUILD_DIR ?= $(shell pwd)/build/${CONFIG}
MAKEFLAGS += --no-print-directory
LIBSRC_PATH ?= $(realpath ../../libsrc)