Skip to content

Commit

Permalink
Sorting error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hanilr committed Dec 18, 2022
1 parent 0a6b0b6 commit c060d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ run:
@echo "\033[0m"
@echo "\033[38;2;55;200;55m1.\033[38;2;233;233;233m Show make list \033[38;2;200;55;55m\033[1m'make' or 'make run'\033[0m"
@echo "\033[38;2;55;200;55m2.\033[38;2;233;233;233m Compile test file \033[38;2;200;55;55m\033[1m'make compile'\033[0m"
@echo "\033[38;2;55;200;55m2.\033[38;2;233;233;233m Test compiled file \033[38;2;200;55;55m\033[1m'make test'\033[0m"
@echo "\033[38;2;55;200;55m3.\033[38;2;233;233;233m Clean compiled file \033[38;2;200;55;55m\033[1m'make clean'\033[0m"
@echo "\033[38;2;55;200;55m3.\033[38;2;233;233;233m Test compiled file \033[38;2;200;55;55m\033[1m'make test'\033[0m"
@echo "\033[38;2;55;200;55m4.\033[38;2;233;233;233m Clean compiled file \033[38;2;200;55;55m\033[1m'make clean'\033[0m"
@echo ""

compile: $(_color)
Expand Down

0 comments on commit c060d2a

Please sign in to comment.