11 lines
255 B
Markdown
11 lines
255 B
Markdown
my take on how notes and srs should be combind and simplified
|
|
|
|
## Usage
|
|
|
|
The project includes a `Makefile` for common tasks:
|
|
|
|
- **Build**: `make build` (creates binary in `bin/mend`)
|
|
- **Test**: `make test`
|
|
- **Run**: `make run`
|
|
- **Clean**: `make clean`
|