Doc: README.md

IPS-141
heck 2022-01-04 14:17:23 +01:00
parent ee166f6ec2
commit ead76b7be7
1 changed files with 4 additions and 8 deletions

View File

@ -21,17 +21,13 @@ Then, tweak it to your needs.
The default make target is `src`.
### Build
* `make src`
Generates all the headers and source files
`make src` - Generates all the headers and source files
### Install
* `make install`
Installs the header files in $PREFIX/include/pEp
* `make uninstall`
Removes all headers from $PREFIX/include/pEp
`make install` - Installs the header files in $PREFIX/include/pEp
`make uninstall` - Removes all headers from $PREFIX/include/pEp
### Clean
* `make clean`
`make clean`