summaryrefslogtreecommitdiffstats
path: root/tool/Makefile
AgeCommit message (Collapse)Author
2020-10-14sq: Rename module to 'sequoia-sq'.Justus Winter
2020-10-14Make other BSD systems use ginstall too.Wiktor Kwapisiewicz
2020-10-14Modified conditional to set INSTALL executable to ginstall for FreeBSD.phryk
2020-06-18Improve install target.Justus Winter
- Add explicit build-release and install targets. - Explicitly build the crates. - Move installation to the crate's Makefile. - This allows building of Sequoia's individual parts, e.g. by using 'make -Copenpgp-ffi install'.
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.