Use V=1 for verbosity, easier to type

This commit is contained in:
Michael Vines 2018-10-29 08:48:38 -07:00 committed by Grimes
parent 88187ef282
commit 3ac5ffc188
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
ifneq ($(V),1)
_@ :=@ _@ :=@
endif
INC_DIRS := -I. INC_DIRS := -I.
SRC_DIR := ./src SRC_DIR := ./src
OUT_DIR := ./out OUT_DIR := ./out
@ -44,8 +47,8 @@ help:
@echo '' @echo ''
@echo 'User settings' @echo 'User settings'
@echo ' - The following setting are overridable on the command line, default values shown' @echo ' - The following setting are overridable on the command line, default values shown'
@echo ' - Verbosity, for verbose: '_@=':' @echo ' - Show commands:'
@echo ' - _@=$(_@)' @echo ' V=1'
@echo ' - List of include dirs:' @echo ' - List of include dirs:'
@echo ' INC_DIRS=$(INC_DIRS)' @echo ' INC_DIRS=$(INC_DIRS)'
@echo ' - Location of source files:' @echo ' - Location of source files:'