summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-31 11:37:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-31 11:37:42 (GMT)
commitfacec4acde56111a20908c172580556aa5fe1b96 (patch)
tree41f6e54b98501e7c848f8363e14ad38def6d05d8 /unix/Makefile.in
parent4d36f69dcdb6022174323ab248c3d17b0073e8a9 (diff)
parent7bb6d9ce572c47747256f1e1edcb4a29cd7ac279 (diff)
downloadtcl-facec4acde56111a20908c172580556aa5fe1b96.zip
tcl-facec4acde56111a20908c172580556aa5fe1b96.tar.gz
tcl-facec4acde56111a20908c172580556aa5fe1b96.tar.bz2
Merge 9.0
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 936f2f2..ffa9618 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -949,6 +949,9 @@ shell: ${TCL_EXE}
gdb: ${TCL_EXE}
$(SHELL_ENV) $(GDB) ./${TCL_EXE}
+lldb: ${TCL_EXE}
+ $(SHELL_ENV) $(LLDB) ./${TCL_EXE}
+
valgrind: ${TCL_EXE} ${TCLTEST_EXE}
$(SHELL_ENV) $(VALGRIND) $(VALGRINDARGS) ./${TCLTEST_EXE} \
$(TOP_DIR)/tests/all.tcl -singleproc 1 -constraints valgrind \