Update README.md with make format

If submitting pull requests, you must `make format` prior to commiting code and submitting a pull request otherwise you pull request will fail the CI that checks formatting.
This commit is contained in:
PartialVolume
2021-01-31 00:15:58 +00:00
committed by GitHub
parent 02e356e0ec
commit 8e9e2ae90f

View File

@@ -104,6 +104,7 @@ First create all the autoconf files:
Then compile & install using the following standard commands:
```
./configure
make format (only required if submitting pull requests)
make
make install
```
@@ -125,6 +126,7 @@ This can be done using the following compile commands:
```
./configure --prefix=/usr CFLAGS='-O0 -g -Wall -Wextra'
make format (necessary if submitting pull requests)
make
make install
```