1
0
Fork 0

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:
Jack Humbert 2016-05-28 15:33:08 -04:00
parent 17977a7e24
commit a53bc24c4d
2 changed files with 4 additions and 14 deletions

View file

@ -1,5 +1,9 @@
QUANTUM_DIR = quantum
ifndef VERBOSE
.SILENT:
endif
# # project specific files
SRC += $(QUANTUM_DIR)/quantum.c \
$(QUANTUM_DIR)/keymap_common.c \