Author :
edd
Date :
2025-08-11 20:54:42
Hash :e1ba26b6 Message :Import sysutils/just.
```
Just is a handy way to save and run project-specific commands.
Commands, called recipes, are stored in a file called justfile with syntax
inspired by make.
just has a ton of useful features, and many improvements over make.
```
OK rsadowski@, thanks!