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

Makefileのcpコマンドのパスについて #2

Open
puripuri2100 opened this issue Oct 22, 2019 · 1 comment
Open

Makefileのcpコマンドのパスについて #2

puripuri2100 opened this issue Oct 22, 2019 · 1 comment

Comments

@puripuri2100
Copy link

日本語で失礼します

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

@Naotonosato
Copy link
Owner

ご指摘の通りですね。ありがとうございます。
このmakefile自体あまり美しいものではないので今後行う予定の大規模なリファクタリングで修正しようと思います。

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

No branches or pull requests

2 participants