From 8fdf8449d31f1026f085afdfd6e52c1df66882ff Mon Sep 17 00:00:00 2001 From: Ryan Myers Date: Tue, 26 Oct 2021 14:08:52 -0400 Subject: [PATCH] Add a fancy ascii art OK to make --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fea23ee5..b3c9f321 100755 --- a/Makefile +++ b/Makefile @@ -485,9 +485,12 @@ $(BUILD_DIR)/$(TARGET).z64: $(BUILD_DIR)/$(TARGET).bin | $(ALL_ASSETS_BUILT) $(V)$(FIXCHECKSUMS) $(V)$(N64CRC) $@ ifeq ($(NON_MATCHING),0) - $(V)sha1sum -c --quiet sha1/dkr.$(VERSION).sha1 + @(sha1sum -c --quiet sha1/dkr.$(VERSION).sha1 \ + && $(PRINT) "$(BLUE)$@$(NO_COL)\ + : $(GREEN)OK$(NO_COL)\n") + @$(PRINT) "$(YELLOW) __\n .\`_ _\`.\n| | \`| | |\n| |_|._| |\n \`. __ .\'$(NO_COL)\n\n" else - @echo "Build complete!" + @$(PRINT) "$(GREEN)Build Complete!$(NO_COL)\n" endif $(BUILD_DIR)/$(TARGET).hex: $(BUILD_DIR)/$(TARGET).z64