diff options
Diffstat (limited to 'Examples/ruby/operator/Makefile')
-rw-r--r-- | Examples/ruby/operator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/ruby/operator/Makefile b/Examples/ruby/operator/Makefile index c7a21d0a4..5fd4b077b 100644 --- a/Examples/ruby/operator/Makefile +++ b/Examples/ruby/operator/Makefile @@ -1,10 +1,10 @@ TOP = ../.. SWIG = $(TOP)/../preinst-swig -CXXSRCS = +CXXSRCS = TARGET = example INTERFACE = example.i LIBS = -lm -SWIGOPT = +SWIGOPT = check: build $(MAKE) -f $(TOP)/Makefile ruby_run |