summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index dae918d..5643302 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.118 2006/10/31 13:56:59 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.119 2006/12/13 20:38:28 hobbs Exp $
# Current Tk version; used in various names.
@@ -655,6 +655,9 @@ runtest: tktest
shell: wish
$(SHELL_ENV) ./wish $(SCRIPT)
+demo:
+ $(SHELL_ENV) ./wish $(TOP_DIR)/library/demos/widget
+
# This target can be used to run wish inside either gdb or insight
gdb: wish
@echo "set env @LD_LIBRARY_PATH_VAR@=`pwd`:${TCL_BIN_DIR}:$${@LD_LIBRARY_PATH_VAR@}" > gdb.run