Compare commits
No commits in common. "master" and "1.0" have entirely different histories.
@ -24,14 +24,14 @@ PREFIX=/usr/local/ make install
|
||||
## Uninstallation
|
||||
|
||||
```shell
|
||||
make uninstall
|
||||
make install
|
||||
```
|
||||
|
||||
Removes the files installed with the `install` make target.
|
||||
> **NOTE:** If `PREFIX` variable was changed during installation process the same value needs to be set for uninstallation. E.g.:
|
||||
|
||||
```shell
|
||||
PREFIX=/usr/local/ make uninstall
|
||||
PREFIX=/usr/local/ make install
|
||||
```
|
||||
|
||||
## Example
|
||||
|
Loading…
Reference in New Issue
Block a user