diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-23 23:27:45 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-23 23:27:45 -0600 |
commit | 1844cb79ae82e71610573f133c5ed7aeeb0c50b6 (patch) | |
tree | 5f304a13473e67440d411ab0fee15d116a57d126 /README.md | |
parent | 05b8b6339c4b00b0e898c8456677be2883c8a072 (diff) | |
download | makers-1844cb79ae82e71610573f133c5ed7aeeb0c50b6.tar.gz makers-1844cb79ae82e71610573f133c5ed7aeeb0c50b6.zip |
man i don't even fuckin know anymore
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ # makers -A [POSIX-compatible](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html) make implemented in Rust. +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 |