forked from pEp.foundation/libpEpTransport
Doc: README.md
parent
ee166f6ec2
commit
ead76b7be7
12
README.md
12
README.md
|
@ -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`
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue