diff --git a/Examples/python/docstrings/Makefile b/Examples/python/docstrings/Makefile index f1365a5997..0f70524ad2 100644 --- a/Examples/python/docstrings/Makefile +++ b/Examples/python/docstrings/Makefile @@ -5,7 +5,6 @@ CXXSRCS = example.cxx TARGET = example INTERFACE = example.i LIBS = -lm -SWIGOPT = -O check: build $(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' python_run