Differences From Artifact [424588cf43]:
- File Makefile — part of check-in [f56694fabb] at 2025-05-07 14:00:43 on branch trunk — Update the built-in SQLite to the latest 3.50.0 beta. Enhancements to the Makefile: add the "env" target. Remove obsolete and/or pointless options. (user: drh size: 885)
To Artifact [ab48c5be56]:
- File Makefile — part of check-in [dc4319ef47] at 2025-05-08 12:28:39 on branch trunk — Minor makefile tweak to make it easier to define the TCL pieces via CLI flags from a docker build. No functional changes. (user: stephan size: 909)
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - + + | # (4) make install # CFLAGS = -Os -static CC = gcc $(CFLAGS) OPTS = TCLDIR ?= $(HOME)/tcl90 |
︙ |