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

Improve App detection #40

Closed
cedelavergne-ledger opened this issue Apr 26, 2024 · 1 comment
Closed

Improve App detection #40

cedelavergne-ledger opened this issue Apr 26, 2024 · 1 comment

Comments

@cedelavergne-ledger
Copy link
Contributor

Today, using an equivalent of grep to get APPNAME is not sufficient, because some apps, like Ethereum have complex structure with submakefiles.
Best way is to use make listinfo to retrieve the information.

cedelavergne-ledger added a commit that referenced this issue May 13, 2024
Do not grep inside the makefile, but use make listinfo for C app
cedelavergne-ledger added a commit that referenced this issue May 14, 2024
Do not grep inside the makefile, but use make listinfo for C app
cedelavergne-ledger added a commit that referenced this issue May 14, 2024
Do not grep inside the makefile, but use make listinfo for C app
cedelavergne-ledger added a commit that referenced this issue May 14, 2024
Do not grep inside the makefile, but use make listinfo for C app
cedelavergne-ledger added a commit that referenced this issue May 15, 2024
Do not grep inside the makefile, but use make listinfo for C app
cedelavergne-ledger added a commit that referenced this issue May 15, 2024
Do not grep inside the makefile, but use make listinfo for C app
cedelavergne-ledger added a commit that referenced this issue May 15, 2024
Do not grep inside the makefile, but use make listinfo for C app
@cedelavergne-ledger
Copy link
Contributor Author

Fixed in v0.7.0

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

1 participant