docs: Documentation of sample-conf-check in MAKEFILE.md

Added an entry for sample-conf-check in MAKEFILE.md.
This commit is contained in:
feelancer21 2023-06-21 21:03:52 +02:00
parent cbd8f0a819
commit 3e1e666065
No known key found for this signature in database
GPG Key ID: 1F7071EE8449729C

View File

@ -160,6 +160,10 @@ Lists all known make targets.
-----
Compiles the `lnrpc` proto files.
`sample-conf-check`
-------------------
Checks whether all required options of `lnd --help` are included in [sample-lnd.conf](github.com/lightningnetwork/lnd/blob/master/sample-lnd.conf) and that the default values of `lnd --help` are also mentioned correctly.
`scratch`
---------
Compiles all dependencies and builds the `./lnd` and `./lncli` binaries.