summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorRohit Goswami <rog32@hi.is>2021-11-14 20:21:09 +0000
committerRohit Goswami <rog32@hi.is>2021-11-15 03:49:21 +0000
commit96851f58f7bcc0da375f4d4fbf5fcdbb8379e3b7 (patch)
treeccca35162c6e997adcc64855085c332a9d3de978 /doc/source
parentee7989868a40767f717221ad32e6e50920857ac2 (diff)
downloadnumpy-96851f58f7bcc0da375f4d4fbf5fcdbb8379e3b7.tar.gz
DOC: Add note about `make`
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/f2py/buildtools/index.rst4
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.