• Jason Yellick's avatar
    Add cannon-prestate as prereq to devnet-up · 26f2a013
    Jason Yellick authored
    The devnet-up ultimately requires the cannont-prestate target to have
    already executed, or the script errors out.  Consequently, for someone
    checking out the repo if they simply do a:
    
    ```
    make && make devnet-up
    ```
    
    Things still fail.  This change simply mirrors a similar check added to
    the e2e Makefile.
    26f2a013
Makefile 4.22 KB