summaryrefslogtreecommitdiff
path: root/config/general.mk
blob: cd50fdcab1c94c287ebfd57a273e23ddcb862ab4 (plain)
1
2
3
4
5
VERBOSE = false

ifneq ($(VERBOSE),true)
MAKE_OPTS = --no-print-directory -s
endif