- removed --no-print-directory

This commit is contained in:
2022-07-04 15:35:14 +02:00
parent 20c828e7ad
commit 39d536910b
+1 -2
View File
@@ -2,9 +2,8 @@ MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
TARGET ?= test_desymbolizer
BUILD_DIR ?= $(shell pwd)/build/${CONFIG}
MAKEFLAGS += --no-print-directory
LIBSRC_PATH ?= $(realpath ../../../../../libsrc)
BLAZE_PATH ?= $(realpath ../../../../../extlib/blaze)
export
export