- use Fir and Crc from sources

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@923 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-01 17:50:00 +00:00
parent 5874047a86
commit f395d6250e
6 changed files with 34 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
BUILD_DIR ?= ./build/${CONFIG}
MAKEFLAGS += --no-print-directory
LIBSRC_PATH ?= $(realpath ../../../libsrc)