aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-25 22:18:56 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-25 22:18:56 -0600
commit91fa36cf9916388842e33d5b3698d6e7e694b38a (patch)
tree41a96ceef28c6dd0125decabe072c36a37b1e1bc /README.md
parentdfbeba22a437bb2134f696f0d266dbf734944012 (diff)
downloadyapymake-91fa36cf9916388842e33d5b3698d6e7e694b38a.tar.gz
yapymake-91fa36cf9916388842e33d5b3698d6e7e694b38a.zip
define MAKE=yapymake
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 77f3c2b..6dafc51 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ A (mostly) [POSIX-compatible](https://pubs.opengroup.org/onlinepubs/9699919799/u
- 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 `sys.argv[0]` (i.e. however you invoked `yapymake`)
## status