Files
cpp/radio/tests/interpolation/farrow/config.mk
T
2022-07-04 15:34:48 +02:00

10 lines
241 B
Makefile

MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
TARGET ?= farrow_test
BUILD_DIR ?= $(shell pwd)/build/${CONFIG}
LIBSRC_PATH ?= $(realpath ../../../../../../libsrc)
BLAZE_PATH ?= $(realpath ../../../../../../extlib/blaze)
export