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.
This commit is contained in:
YetAnotherMinion 2021-10-10 19:44:29 +01:00 committed by nobody
commit 0576ae168a
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
4 changed files with 28 additions and 4 deletions

7
starmelon-binary.do Normal file
View file

@ -0,0 +1,7 @@
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