Update README with build instructions using muon + samurai
Dependencies
- [2]
ML5XMZEUMakefile: rearrange targets - [3]
LSPDLO7RUpdate README - [4]
PSIORGCKUpdate README - [5]
B3XLVPNCAdd ani.c and initial Makefile - [6]
2C2EF2GKmove blake3 files to vendor/blake3 - [7]
K67E4BLTList dependencies in README - [*]
RRUEU4S3init
Change contents
- replacement in README.md at line 11
To build you need a compiler for C99, make and[ninja](https://ninja-build.org/).To build you need a compiler for C99,the [muon build system](https://muon.build/) and[samurai](https://github.com/michaelforney/samurai) (meson and ninja shouldalso work). - replacement in README.md at line 23
Just run `make`.Initially, run `make setup` to create the build directory.Run `make` to build the project. - replacement in Makefile at line 34
@ninja@samu -C buildsetup:@muon setup build - replacement in Makefile at line 38
@ninja -t clean@samu -C build -t clean