cat:cat Makefile# Run tests in single thread mode! Several tests modify the clipboard
# and if they run parallely, they get mixed up.
test:cargo test -- --test-threads=1release:cargo build --release/bin/rm -f ./ctc/bin/mv ./target/release/ctc ./ctcupx --best --lzma ctcclean:cargo clean/bin/rm -f ./ctc