diff --git a/Examples/python/contract/Makefile b/Examples/python/contract/Makefile index 6bae6e6b6..87a0beb2b 100644 --- a/Examples/python/contract/Makefile +++ b/Examples/python/contract/Makefile @@ -3,7 +3,7 @@ SWIG = $(TOP)/../swig SRCS = example.c TARGET = example INTERFACE = example.i -SWIGOPT = -contracts +SWIGOPT = all:: $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' \ TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' python