From 5b27bf30d0887bab761559113417de38597ba958 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 28 Mar 2021 01:43:43 -0600 Subject: add GNU compatibility note --- README.md | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3