infra/homer/examples was the start of my work on macros for Elm. I have greatly refined these ideas in starmelon. Delete the multi step build process and replace it with a single call to starmelon.
7 lines
238 B
Text
7 lines
238 B
Text
if test -f ../../target/debug/gen-css-selectors; then
|
|
redo-ifchange always-rebuild
|
|
ls -al ../../../target/release/starmelon | redo-stamp
|
|
else;
|
|
cargo build --release
|
|
ls -al ../../../target/release/starmelon | redo-stamp
|
|
fi
|