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:
parent
afb53518a5
commit
0576ae168a
4 changed files with 28 additions and 4 deletions
7
starmelon-binary.do
Normal file
7
starmelon-binary.do
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue