build: cargo build -j$(nproc --all) release: cargo build --profile release -j$(nproc --all) install: cargo build --profile release -j$(nproc --all) sudo install -m0755 target/release/isolationism /usr/bin/