diff options
author | Rohit Goswami <rog32@hi.is> | 2021-11-14 20:21:09 +0000 |
---|---|---|
committer | Rohit Goswami <rog32@hi.is> | 2021-11-15 03:49:21 +0000 |
commit | 96851f58f7bcc0da375f4d4fbf5fcdbb8379e3b7 (patch) | |
tree | ccca35162c6e997adcc64855085c332a9d3de978 | |
parent | ee7989868a40767f717221ad32e6e50920857ac2 (diff) | |
download | numpy-96851f58f7bcc0da375f4d4fbf5fcdbb8379e3b7.tar.gz |
DOC: Add note about `make`
-rw-r--r-- | doc/source/f2py/buildtools/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/f2py/buildtools/index.rst b/doc/source/f2py/buildtools/index.rst index d8baf23e4..dbc1aca0c 100644 --- a/doc/source/f2py/buildtools/index.rst +++ b/doc/source/f2py/buildtools/index.rst @@ -25,3 +25,7 @@ Build Systems meson cmake skbuild + +.. note:: + ``make`` has no place in a modern multi-language setup, and so is not + discussed further. |