1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00

Add NNUE targets to the output of 'make help'

This commit is contained in:
No name 2020-07-20 09:53:44 +03:00 committed by nodchip
parent fbdb373b64
commit 74049a450c

View file

@ -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"