Review comments

This commit is contained in:
Scott Shawcroft
2018-12-04 22:54:45 -08:00
parent 99fb10592e
commit 73a9d50236
3 changed files with 3 additions and 3 deletions

View File

@ -356,7 +356,7 @@ endif
.phony: all clean size flash sd erase
# default target to build
all: $(BUILD)/$(OUTPUT_FILENAME).out size
all: $(BUILD)/$(OUTPUT_FILENAME)-nosd.out size
# Rule using BOARD_LIST, nl is newline
define nl