diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-06-18 12:50:36 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-06-26 12:11:19 +0200 |
commit | 4ab2315acb228664dcef99f5c370fc8f1dfb4f91 (patch) | |
tree | 5ed4b54bdd0860134055976b0e1b27d1da2ee125 /README.md | |
parent | 04e873d50c65d759341e0fe472b733ecda0a9ffe (diff) | |
download | justbuild-4ab2315acb228664dcef99f5c370fc8f1dfb4f91.tar.gz |
Add tutorial to showcase debugging
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ taken from user-defined rules described by functional expressions. - [Getting Started](doc/tutorial/getting-started.md) - [Hello World](doc/tutorial/hello-world.md) - [Third-party dependencies](doc/tutorial/third-party-software.md) + - [Debugging](doc/tutorial/debugging.md) - [Tests](doc/tutorial/tests.md) - [Targets versus `FILE`, `GLOB`, and `TREE`](doc/tutorial/target-file-glob-tree.md) - [Ensuring reproducibility](doc/tutorial/rebuild.md) |