Skip to content

Commit

Permalink
README: add make help info
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Schilling Landgraf <dlandgra@redhat.com>
  • Loading branch information
dougsland committed Sep 26, 2024
1 parent 958311a commit 5a8d6e7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,19 @@ sudo rm /etc/systemd/system/vss-dbus.service
sudo rm /etc/vss/vss.config
```

## Makefile

```bash
$ make help
Available commands:
make - Alias for 'make python' to install the Python package
make python - Install the Python package using 'sudo pip install .'
make python_uninstall - Uninstall the Python package using 'sudo pip uninstall vss_lib'
make cpython - Convert Python files to Cython (.pyx), build C extensions
make cpython_uninstall - Remove Cython generated files and build artifacts
make help - Show this help message and explain each target
```

## Contributing

Feel free to open an issue or submit a pull request if you'd like to contribute to the project.
Expand Down

0 comments on commit 5a8d6e7

Please sign in to comment.