Files
mpsk_rx_gui/config.mk
T
2022-06-02 06:30:33 +00:00

11 lines
296 B
Makefile

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)
EIGEN_PATH ?= $(realpath ../../extlib/eigen)
export