Matthies / RubiChess

Another chess engine
GNU General Public License v3.0
151 stars 16 forks source link

Build definition is slightly wrong #448

Closed marcin-rzeznicki closed 6 months ago

marcin-rzeznicki commented 6 months ago

make build does the same thing as make (pgo build)

https://github.com/Matthies/RubiChess/blob/3b469d3fd511472825652c3ad2127f9f1634638c/src/Makefile#L343

However, it is supposed to do something else

        @echo "build             standard build (use if profile-build fails for some reason)"
Matthies commented 6 months ago

Thanks for the report. This problem should be fixed with #449 I will delay the merge of this PR to master until TCEC checkout for next tournament has been done.

marcin-rzeznicki commented 6 months ago

Thank you!

Matthies commented 6 months ago

Fixed with #449