makes .SILENT (less verbose) by default - override with VERBOSE=1
also took out some @echo newlines to make things a bit cleaner
This commit is contained in:
parent
17977a7e24
commit
a53bc24c4d
2 changed files with 4 additions and 14 deletions
|
@ -1,5 +1,9 @@
|
|||
QUANTUM_DIR = quantum
|
||||
|
||||
ifndef VERBOSE
|
||||
.SILENT:
|
||||
endif
|
||||
|
||||
# # project specific files
|
||||
SRC += $(QUANTUM_DIR)/quantum.c \
|
||||
$(QUANTUM_DIR)/keymap_common.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue