blob: 9832b5da0a8731229bc3203e98f80b075a857997 (
plain)
1
2
3
4
5
|
# Troubleshooting
To trigger a complete rebuild, run `make clean`.
If you are having trouble getting the dependencies right, you can blow away the `mason_packages` directory, or run `make distclean`. This means the `Makefile` and configure script will automatically install the dependencies again on the next try.
|