diff options
Diffstat (limited to 'Examples/python/smartptr/Makefile')
-rw-r--r-- | Examples/python/smartptr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/python/smartptr/Makefile b/Examples/python/smartptr/Makefile index 140d482c9..aaba9cbbc 100644 --- a/Examples/python/smartptr/Makefile +++ b/Examples/python/smartptr/Makefile @@ -4,7 +4,7 @@ CXXSRCS = example.cxx TARGET = example INTERFACE = example.i LIBS = -lm -SWIGOPT = +SWIGOPT = check: build $(MAKE) -f $(TOP)/Makefile python_run |