// <<@file examples/hello-world/justfile>>=
# List available recipes
:
# Clean generated artifacts
:
# Generate hello.c from hello.adoc
:
# Compile the generated C program
: # Build and run
: # Propagate edits in hello.c back to hello.adoc
:
# Render this document to dark-themed HTML
:
// @
// <<@file examples/hello-world/.gitignore>>= hello hello.c hello.html weaveback.db // @