all: cargo build --release cp target/release/libpythia_ruby.so . clean: rm -rf target install: ;