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 $< $@