aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-07 11:51:13 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-07 11:51:13 +0100
commit5812f2e36f3bdf1a4f55fa4ee5b47c32fb7a9b8e (patch)
tree6d8b079a2b6759816193d7039556d74639f90e20 /Makefile
parent3d084fdd9fb93e2441238931ff1669ebbd69c86d (diff)
Makefile: use $(MAKE)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 56e23f3a..cdd5961e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,8 @@ syntax-check:
flake8 $(FLAKE_OPTS) $(PY_EXAMPLES)
docs:
- make -C docs
- make apidocs
+ $(MAKE) -C docs
+ $(MAKE) apidocs
apidocs:
mkdir -p build