- use defaults

This commit is contained in:
2022-07-04 15:34:48 +02:00
parent 66be18f5f5
commit 20c828e7ad
2 changed files with 8 additions and 11 deletions
+1 -2
View File
@@ -2,9 +2,8 @@ MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
TARGET ?= farrow_test
BUILD_DIR ?= $(shell pwd)/build/${CONFIG}
MAKEFLAGS += --no-print-directory
LIBSRC_PATH ?= $(realpath ../../../../../../libsrc)
BLAZE_PATH ?= $(realpath ../../../../../../extlib/blaze)
export
export