pulp-runtime: Make verbose builds by default

This commit is contained in:
bluew 2022-07-12 13:26:26 +02:00
parent 43dceff736
commit b4f240e79d

View file

@ -1,5 +1,5 @@
TARGET_BUILD_DIR = $(CURDIR)/build$(build_dir_ext)
ifndef VERBOSE
ifdef QUIET
V = @
endif