summaryrefslogtreecommitdiff
path: root/Examples/ruby/class/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/ruby/class/Makefile')
-rw-r--r--Examples/ruby/class/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/ruby/class/Makefile b/Examples/ruby/class/Makefile
index 01ce757ff..ab8928c0e 100644
--- a/Examples/ruby/class/Makefile
+++ b/Examples/ruby/class/Makefile
@@ -14,6 +14,6 @@ static::
TARGET='myruby' INTERFACE='$(INTERFACE)' ruby_cpp_static
clean::
- rm -f *_wrap* *.o *~ *.so myruby .~* core
+ $(MAKE) -f $(TOP)/Makefile ruby_clean
check: all