diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-01 23:10:10 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-01 23:10:10 -0600 |
commit | d12f9f563968ea8471b4929936ac4f8553810428 (patch) | |
tree | 39f8f42eb840c32acb542bfc6314e2950e1e17e0 /README.md | |
parent | 543124c62c8123bd67e90bbc710aa064c6c5e271 (diff) | |
download | makers-d12f9f563968ea8471b4929936ac4f8553810428.tar.gz makers-d12f9f563968ea8471b4929936ac4f8553810428.zip |
put extensions behind a feature
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ Not explicitly aiming for full support for [every GNU make feature](https://www. - library handling not implemented - some POSIX-specified features are pending (search `TODO` for a list) - builtin macro `MAKE` is defined as `makers` +- specifying the `.POSIX` special target doesn't opt out of extensions (but you can install with `--no-default-features` to get only POSIX behavior) ## status |