Differences From Artifact [a8d445a755]:
- File Makefile — part of check-in [6b66ed109d] at 2019-08-01 23:40:33 on branch trunk — Adjust the makefile to use SQLITE_ENABLE_DESERIALIZE. (user: drh size: 432)
To Artifact [2311a14c31]:
- File Makefile — part of check-in [127a98314b] at 2020-10-02 19:45:04 on branch trunk — The wapptclsh executable responds to -v and --help. (user: drh size: 451)
1 2 | #!/usr/bin/make | | > | 1 2 3 4 5 6 7 8 9 10 11 | #!/usr/bin/make CFLAGS = -Os -static CC = gcc $(CFLAGS) OPTS = -DSQLITE_ENABLE_DESERIALIZE TCLLIB = /home/drh/tcl/lib/libtcl8.7.a -lm -lz -lpthread -ldl TCLINC = /home/drh/tcl/include TCLSH = tclsh all: wapptclsh |
︙ | ︙ |