Skip to content

Commit

Permalink
Updated Makefile for M1 Macs.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed May 16, 2022
1 parent f8c3fdb commit 3d99981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ help:
@ sed -n 's/^##//p' ${MAKEFILE_LIST} | column -t -s ':' | sed -e 's/^/ /' | \
while IFS= read -r line; do \
if [[ "$$line" == *"]*"* ]]; then \
$(ECHO) -e "\033[1;33m$$line\033[0m"; \
$(ECHO) "\033[1;33m$$line\033[0m"; \
else \
$(ECHO) "$$line"; \
fi; \
Expand Down

0 comments on commit 3d99981

Please sign in to comment.