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

makei compile should infer the target using Rules.mk #125

Open
TongkunZhang opened this issue Aug 22, 2022 · 1 comment
Open

makei compile should infer the target using Rules.mk #125

TongkunZhang opened this issue Aug 22, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@TongkunZhang
Copy link
Contributor

Since we have the Rules.mk parser now and allows different names between source and target. We should refer to the Rules.mk files to find out the target name.

@TongkunZhang TongkunZhang added the enhancement New feature or request label Aug 22, 2022
@edmundreinhardt
Copy link
Member

interesting proposal if the target was not same name as the source

name1.FILE: name2.PF

In the above case, while editing name2.PF, the only way to discover that the target object is name1.FILE is by parsing Rules.mk

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

No branches or pull requests

2 participants