aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: a1daa2bcf545ec37514d64c4c68394db9fcc049d (plain)
1
2
3
4
5
6
7
8
9
# makers

A (mostly) [POSIX-compatible](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html) make implemented in Rust.

## conformance

- internationalization (`LANG`/`LC_ALL`/`LC_CTYPE`/`LC_MESSAGES`) not implemented
- XSI conformance (SCCS integration) not implemented
- signal handling not implemented