Print directories for verbose build to create build.log for vscode.

This commit is contained in:
Michael Mueller
2023-08-07 18:11:32 +02:00
parent e4f43c1edd
commit ecf760f4b5
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
#
ifndef VERBOSE
MAKEFLAGS += --no-print-directory
MAKEFLAGS += --print-directory
endif
export GENODE_DIR := $(realpath $(dir $(MAKEFILE_LIST))/../..)