aboutsummaryrefslogtreecommitdiff
path: root/Examples/tcl/class/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/tcl/class/Makefile')
-rw-r--r--Examples/tcl/class/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/tcl/class/Makefile b/Examples/tcl/class/Makefile
index 942f4cf8f..7d3d5f9cb 100644
--- a/Examples/tcl/class/Makefile
+++ b/Examples/tcl/class/Makefile
@@ -14,6 +14,6 @@ static::
TARGET='mytclsh' INTERFACE='$(INTERFACE)' tclsh_cpp_static
clean::
- rm -f *_wrap* *.o *~ *.so mytclsh *.pyc .~* core
+ $(MAKE) -f $(TOP)/Makefile tcl_clean
check: all