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:
}
```
And now you can easily connect to the Python process from VS Code for debugging.
\ No newline at end of file
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