We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
日本語で失礼します
src/build内のMakefileで使っているcpコマンドの引数が若干おかしいのではないかと思いましたので報告しておきます(こちら側の勘違いであれば申し訳ないです)。
8行目9行目は
cp blawn ../../blawn/blawn cp -r ../tools ../blawn/tools
となっていますが、階層的に
cp blawn ../../blawn cp -r ../tools ../../blawn
なのではないでしょうか……?
https://github.com/Naotonosato/Blawn/blob/master/src/build/Makefile#L8-L9
The text was updated successfully, but these errors were encountered:
ご指摘の通りですね。ありがとうございます。 このmakefile自体あまり美しいものではないので今後行う予定の大規模なリファクタリングで修正しようと思います。
Sorry, something went wrong.
No branches or pull requests
日本語で失礼します
src/build内のMakefileで使っているcpコマンドの引数が若干おかしいのではないかと思いましたので報告しておきます(こちら側の勘違いであれば申し訳ないです)。
8行目9行目は
となっていますが、階層的に
なのではないでしょうか……?
https://github.com/Naotonosato/Blawn/blob/master/src/build/Makefile#L8-L9
The text was updated successfully, but these errors were encountered: