- compile C-sources instead of lib

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@919 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-01 16:46:09 +00:00
parent 900c8e1b5c
commit 77dbcf256a
3 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
TARGET ?= mpsk_receiver
BUILD_DIR ?= $(CURDIR)/build/${CONFIG}
BUILD_DIR ?= ./build/${CONFIG}
MAKEFLAGS += --no-print-directory
LIBSRC_PATH ?= $(realpath ../../libsrc)