]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Cleanup code after dropping ICC support in favor of ICX
[stockfish] / src / Makefile
index d6443845477e09b174561b3d2234acc5c95632a6..f5a420b7ce08084f90ada781acbcad7ea1bbebaa 100644 (file)
@@ -804,8 +804,8 @@ help:
        @echo ""
        @echo "Supported compilers:"
        @echo ""
-       @echo "gcc                     > Gnu compiler (default)"
-       @echo "mingw                   > Gnu compiler with MinGW under Windows"
+       @echo "gcc                     > GNU compiler (default)"
+       @echo "mingw                   > GNU compiler with MinGW under Windows"
        @echo "clang                   > LLVM Clang compiler"
        @echo "icx                     > Intel oneAPI DPC++/C++ Compiler"
        @echo "ndk                     > Google NDK to cross-compile for Android"