From 99c951c2f8e3274165bb856b3f44fe64e989cc4c Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sun, 29 Dec 2024 15:56:38 +0100 Subject: [PATCH] Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2cf10c7..8240440 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ $(HOME)/.config/mkprojrc $(BINDIR): mkdir -p $@ - @printf "\e[m33%s\n\e[m" "Please make sure that $(BINDIR) is in your path." + @printf "\e[33m%s\n\e[m" "Please make sure that $(BINDIR) is in your path." $(BINDIR)/mkproj: mkproj.sh install -m 0755 $< $@