summaryrefslogtreecommitdiff
path: root/Examples/ruby/std_vector
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/ruby/std_vector')
-rw-r--r--Examples/ruby/std_vector/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/ruby/std_vector/Makefile b/Examples/ruby/std_vector/Makefile
index f7b148062..208a64495 100644
--- a/Examples/ruby/std_vector/Makefile
+++ b/Examples/ruby/std_vector/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