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 ./cpc/bin/mv ./target/release/cpc ./cpcupx --best --lzma cpcclean:cargo clean/bin/rm -f ./cpc