Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
come-maiz opened this issue Sep 19, 2024 · 0 comments · Fixed by #160
Closed

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

come-maiz opened this issue Sep 19, 2024 · 0 comments · Fixed by #160

Comments

@come-maiz
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant