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