summaryrefslogtreecommitdiffstats
path: root/tool/Makefile
AgeCommit message (Collapse)Author
2019-06-18tool: If make-usage.sh exits abnormally don't update the target fileNeal H. Walfield
- If make-usage.sh exits abnormally, the target output file is still updated, and consequently subsequent invocations of make don't rebuild the target. Store the output in a temporary file. If (and only if) make-usage.sh exits without error, rename the temporary file.
2018-11-26sqv: Move sqv into a new crate.Justus Winter
- This allows us to use sequoia-openpgp without compression support reducing binary size and trusted computing base.
2018-11-12tool: Add note.Justus Winter
2018-09-08Change Makefiles to support CARGO_TARGET_DIR.Neal H. Walfield
- Also use 'cargo clean' instead of 'rm -rf $(CARGO_TARGET_DIR)' in case $(CARGO_TARGET_DIR) is incorrectly set.
2018-05-11tool: Generalize usage generation and document 'sqv'.Justus Winter
2017-12-21tool: New crate.Justus Winter
- A command line tool to interact with Sequoia. Useful for debugging and development.