aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8023543294a4670edbcc5f95d5fad054da7cde8d (plain)
1
2
3
4
5
6
7
8
9
10
# yapymake

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

## conformance

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