starmelon/starmelon-binary.do
YetAnotherMinion 0576ae168a
refactor: use starmelon for derive macros
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.
2025-11-23 19:34:16 -08:00

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