Differences From:
File
Makefile
part of check-in
[e5b74951d9]
- Omit the -static option from the default Makefile.
by
drh on
2007-08-17 19:53:53.
[view]
To:
File
Makefile
part of check-in
[464a46dad2]
- Added a make target to invoke the testsuite, and a make variable for tclsh. Danger. Testsuite modifies the repository the checkout belongs to, and not a copy. Use with caution, clone your development repository and workspace before use. Updated my work list.
by
aku on
2007-08-26 06:45:02.
[view]
@@ -34,8 +34,12 @@
# so that we can build a static executable that will run in a
# chroot jail.
#
LIB = -lz
+
+#### Tcl shell for use in running the fossil testsuite.
+#
+TCLSH = tclsh
# You should not need to change anything below this line
###############################################################################
include $(SRCDIR)/main.mk