diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-04 11:56:42 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-04 11:56:42 -0600 |
commit | c9cc973f6ea1184b962bc11420f4cd9d9a194c6e (patch) | |
tree | 7ad9ce4b3e40bfc4b047d849e05b45204392fdbd /README.md | |
parent | 8b4e33220d3ca9a929e485388b73630883394fe6 (diff) | |
download | makers-c9cc973f6ea1184b962bc11420f4cd9d9a194c6e.tar.gz makers-c9cc973f6ea1184b962bc11420f4cd9d9a194c6e.zip |
point MAKE builtin macro at full path, not just name
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Not explicitly aiming for full support for [every GNU make feature](https://www. - signal handling not implemented - library handling not implemented - some POSIX-specified features are pending (search `TODO` for a list) -- builtin macro `MAKE` is defined as `makers` +- builtin macro `MAKE` is defined as the path to `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 |