fix title weight

This commit is contained in:
Lance Vick 2023-12-05 00:02:59 -08:00
parent 7943f3fd4c
commit 2438c4c54f
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 7 additions and 5 deletions

View File

@ -43,31 +43,33 @@ models that assume any single human can be hacked or coerced.
* Currently Docker supported, but will support buildah and podman
* Gnu Make
## Compile all packages
### Examples
#### Compile all packages
```
make
```
## Compile specific package
#### Compile specific package
```
make out/rust.tgz
```
## Reproduce all changed packages
#### Reproduce all changed packages
```
make reproduce
```
## Reproduce all packages without cache
#### Reproduce all packages without cache
```
make clean reproduce
```
## Sign current manifest of package hashes
#### Sign current manifest of package hashes
```
make sign