diff options
Diffstat (limited to 'numpy/doc/swig')
-rw-r--r-- | numpy/doc/swig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/doc/swig/Makefile b/numpy/doc/swig/Makefile index 757f6421b..593ebe01c 100644 --- a/numpy/doc/swig/Makefile +++ b/numpy/doc/swig/Makefile @@ -29,6 +29,7 @@ all: $(WRAPPERS) Vector.cxx Vector.h Matrix.cxx Matrix.h Tensor.cxx Tensor.h test: all test1D.py test2D.py + test3D.py doc: html pdf |