GraphScope
GraphScope copied to clipboard
Split the stages of `make` and `make install` in `make graphscope`
Currently, out make graphscope
will trigger the make install
, which is not conform to the common mindset.
To be clear, the make
should not involved any install
phase, it can just move stuffs to a local directory. And the install
can then move the local directory to some other places.