Update Development authored by Alexian MASSON's avatar Alexian MASSON
...@@ -74,4 +74,11 @@ Then in VS Code configure your `launch.json` file with something like: ...@@ -74,4 +74,11 @@ 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.
\ No newline at end of file
## List all available make targets
```bash
make help
```
\ No newline at end of file