Differences From Artifact [902a5beb04]:
- File Makefile — part of check-in [b9b69d4d68] at 2017-12-15 21:44:16 on branch trunk — Add a "clean" target to the Makefile, and optimize for size. (user: drh size: 389)
To Artifact [c0ef5f01a6]:
- File Makefile — part of check-in [627a5a8bbc] at 2019-03-06 19:32:50 on branch new-subst-algorithm — Alternative implementation of wapp-subst that does not allow command substitution within unquoted sections. (user: drh size: 389) [more...]
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + | #!/usr/bin/make CC = gcc -Os -static |
︙ |