Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-03-31 20:11:26 +03:00
parent 53b1dcc315
commit 2a29e29680

View File

@ -38,10 +38,20 @@ for me, subjectively).
Building Building
-------- --------
To build all components:
```shell ```shell
$ make all $ make all
``` ```
To build a specific component:
```shell
$ make block.pdf
```
`block.pdf` in this case.
<!-- XXX add basic introspection to Makefike??? -->
Structure Structure
--------- ---------