aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-28 01:43:43 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-28 01:43:43 -0600
commit5b27bf30d0887bab761559113417de38597ba958 (patch)
tree1ee3bb0aabd92259616e924bf189b257f4aa09a3 /README.md
parent40920ea9d255f704116064d0b831666c7416caf2 (diff)
downloadmakers-5b27bf30d0887bab761559113417de38597ba958.tar.gz
makers-5b27bf30d0887bab761559113417de38597ba958.zip
add GNU compatibility note
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a7981c0..a1ca96a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# makers
A (mostly) [POSIX-compatible](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html) make implemented in Rust.
+Not explicitly aiming for full support for [every GNU make feature](https://www.gnu.org/software/make/manual/html_node/index.html), but adding whichever features are strictly necessary to be compatible with existing GNUish makefiles.
## conformance