mirror of
https://github.com/elegaanz/mobydick
synced 2025-02-16 11:20:44 +01:00
- build.sh: will build for release - ./install.sh: - default $PREFIX set to /usr/local to avoid installing in / - use install over cp - ./uninstall.sh: - remove installed files (leave directory structure though) - default $PREFIX set to /usr/local
4 lines
43 B
Bash
Executable File
4 lines
43 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cargo build --release
|