- removed --no-print-directory
This commit is contained in:
@@ -2,9 +2,8 @@ MAKE_HOME ?= /home/jens/work/software/make
|
|||||||
CONFIG ?= debug
|
CONFIG ?= debug
|
||||||
TARGET ?= test_desymbolizer
|
TARGET ?= test_desymbolizer
|
||||||
BUILD_DIR ?= $(shell pwd)/build/${CONFIG}
|
BUILD_DIR ?= $(shell pwd)/build/${CONFIG}
|
||||||
MAKEFLAGS += --no-print-directory
|
|
||||||
|
|
||||||
LIBSRC_PATH ?= $(realpath ../../../../../libsrc)
|
LIBSRC_PATH ?= $(realpath ../../../../../libsrc)
|
||||||
BLAZE_PATH ?= $(realpath ../../../../../extlib/blaze)
|
BLAZE_PATH ?= $(realpath ../../../../../extlib/blaze)
|
||||||
|
|
||||||
export
|
export
|
||||||
|
|||||||
Reference in New Issue
Block a user