Fix typo
This commit is contained in:
2
Makefile
2
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 $< $@
|
||||
|
Reference in New Issue
Block a user