Update Development authored by Alexian MASSON's avatar Alexian MASSON
...@@ -75,3 +75,10 @@ Then in VS Code configure your `launch.json` file with something like: ...@@ -75,3 +75,10 @@ Then in VS Code configure your `launch.json` file with something like:
``` ```
And now you can easily connect to the Python process from VS Code for debugging. And now you can easily connect to the Python process from VS Code for debugging.
## List all available make targets
```bash
make help
```
\ No newline at end of file