Makefile:
If for some reason the clone/build fails (like docker not running) the tmp dir will hang around and fail further attempts.
Replaced \s with (space literal) since mac sed command does not respect the \s
Module:
Set a default feature of mainnet in Cargo.toml and added cfg_if to execute the declare_id macro conditionally
Makefile: If for some reason the clone/build fails (like docker not running) the tmp dir will hang around and fail further attempts. Replaced \s with (space literal) since mac sed command does not respect the \s
Module: Set a default feature of mainnet in Cargo.toml and added cfg_if to execute the declare_id macro conditionally
Closing #58