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:
@@ -1,5 +1,9 @@
|
||||
QUANTUM_DIR = quantum
|
||||
|
||||
ifndef VERBOSE
|
||||
.SILENT:
|
||||
endif
|
||||
|
||||
# # project specific files
|
||||
SRC += $(QUANTUM_DIR)/quantum.c \
|
||||
$(QUANTUM_DIR)/keymap_common.c \
|
||||
|
Reference in New Issue
Block a user