an-cabal / an-rope

an rope data structure
https://docs.rs/an-rope
MIT License
11 stars 2 forks source link

Add a Makefile #60

Open hawkw opened 7 years ago

hawkw commented 7 years ago

We are quite capable of building everything with cargo, but it might be nice to have an optional Makefile to automate complex stuff or tasks that require multiple cargo commands.

Some things I'd like to see in the Makefile:

Unless we decide to split the rope and editor core repos (#59), the Makefile would need to handle cd-ing into the an-rope directory to run commands for the Rope crate.

twisted-pear commented 7 years ago

i can do it but i'm gonna wait until we've decided on #59, splitting out the rope would make this easier

hawkw commented 7 years ago

@twisted-pear yeah, that seems reasonable!