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