mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 09:13:08 +00:00
Add NNUE targets to the output of 'make help'
This commit is contained in:
parent
fbdb373b64
commit
74049a450c
1 changed files with 11 additions and 2 deletions
13
src/Makefile
13
src/Makefile
|
@ -544,8 +544,17 @@ help:
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "Supported targets:"
|
@echo "Supported targets:"
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "build > Standard build"
|
@echo "build > Standard (without NNUE) build"
|
||||||
@echo "profile-build > PGO 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 "strip > Strip executable"
|
||||||
@echo "install > Install executable"
|
@echo "install > Install executable"
|
||||||
@echo "clean > Clean up"
|
@echo "clean > Clean up"
|
||||||
|
|
Loading…
Add table
Reference in a new issue