Skip to content

Commit

Permalink
Makefile autotest script update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-chumak committed Dec 18, 2023
1 parent f8a8756 commit da56669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ol32.exe: CC := i686-w64-mingw32-gcc
ol64.exe: CC:=x86_64-w64-mingw32-gcc

# ansi colors
TERM?=xterm-256color
red=$(shell tput setaf 1)
green=$(shell tput setaf 2)
done=$(shell tput sgr0)
Expand Down

0 comments on commit da56669

Please # to comment.