rules/pulpos/default_rules: Be verbose by default

Hides too many bugs
This commit is contained in:
bluew 2022-04-08 01:09:59 +02:00
parent 564ca51f85
commit cc161f4134

View file

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