2024-04-17 17:18:04 -07:00
|
|
|
BINARY_PATH="../../target/release/starmelon"
|
|
|
|
|
|
|
|
|
|
redo-ifchange Cargo.toml
|
|
|
|
|
find src/ -type f | xargs redo-ifchange
|
|
|
|
|
find ../../../infra/rust-elmi/src -type f | xargs redo-ifchange
|
|
|
|
|
find ../../../infra/redwood-lang/compiler/naive-wadler-prettier/src -type f | xargs redo-ifchange
|
|
|
|
|
find ../../../infra/rust-elm-project-utils/src -type f | xargs redo-ifchange
|
|
|
|
|
find ../../../infra/genco-extra/src -type f | xargs redo-ifchange
|
|
|
|
|
find ../../../infra/livetable/core/src -type f | xargs redo-ifchange
|
|
|
|
|
|
|
|
|
|
if [ ! -f "$BINARY_PATH" ]; then
|
|
|
|
|
cargo build --release --color=always
|
|
|
|
|
else
|
|
|
|
|
ls -al "$BINARY_PATH" | redo-stamp
|
2021-10-10 19:44:29 +01:00
|
|
|
fi
|