mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Add NNUE targets to the output of 'make help'
This commit is contained in:
13
src/Makefile
13
src/Makefile
@@ -544,8 +544,17 @@ help:
|
||||
@echo ""
|
||||
@echo "Supported targets:"
|
||||
@echo ""
|
||||
@echo "build > Standard build"
|
||||
@echo "profile-build > PGO build"
|
||||
@echo "build > Standard (without NNUE) build"
|
||||
@echo "profile-build > Standard build with PGO"
|
||||
@echo "nnue > NNUE-enabled build"
|
||||
@echo "profile-nnue > NNUE-enabled build with PGO"
|
||||
@echo "nnue-learn > Produces or refines a NNUE parameter set."
|
||||
@echo " Requires training data that can be"
|
||||
@echo " generated by itself using an existing"
|
||||
@echo " parameter set, or with the next tool"
|
||||
@echo "nnue-gen-sfen-from-original-eval"
|
||||
@echo " > Produces training data for 'nnue-learn'"
|
||||
@echo " > without using a NNUE parameter set"
|
||||
@echo "strip > Strip executable"
|
||||
@echo "install > Install executable"
|
||||
@echo "clean > Clean up"
|
||||
|
||||
Reference in New Issue
Block a user