optimism-java / shisui

Ethereum Portal Network Client written in Go
https://www.ethportal.net/clients/shisui
GNU Lesser General Public License v3.0
6 stars 6 forks source link

make fails because build/bin directory doesn't exist #159

Closed come-maiz closed 1 month ago

come-maiz commented 1 month ago

Expected behaviour

Compile shisui.

Actual behaviour

$ make shisui
[...]
cp main ./build/bin/shisui                                                                                                                                                                                                                                                              
cp: cannot create regular file './build/bin/shisui': No such file or directory                                                                                                                                                                                                          
make: *** [Makefile:14: shisui] Error 1                                     

Steps to reproduce the behaviour

Clone the repository Install go Run: make shisui