Add ${MSYS} to Makefile for Windows 11 MINGW64_NT users

This commit is contained in:
Landon Curt Noll
2022-02-12 11:18:49 -08:00
parent 80f13a4e45
commit d2cb03b4cc
3 changed files with 17 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ The following are the changes from calc version 2.14.0.15 to date:
Added .PHONY rule, just after all rule, to Makefiles.
Added ${MSYS} Makefile variable for users under Windows 11 who
use MINGW64_NT.
The following are the changes from calc version 2.14.0.14 to 2.14.0.14: