aboutsummaryrefslogtreecommitdiff
path: root/Examples/perl5/pointer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/perl5/pointer/Makefile')
-rw-r--r--Examples/perl5/pointer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/perl5/pointer/Makefile b/Examples/perl5/pointer/Makefile
index e5944f9af..ef644a35f 100644
--- a/Examples/perl5/pointer/Makefile
+++ b/Examples/perl5/pointer/Makefile
@@ -13,6 +13,6 @@ static::
SWIGOPT='$(SWIGOPT)' TARGET='myperl' INTERFACE='$(INTERFACE)' perl5_static
clean::
- rm -f *_wrap* *.o core *~ *.so *.pm myperl
+ $(MAKE) -f $(TOP)/Makefile perl5_clean
check: all