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

Fix default target on nmake #1086

Merged
merged 1 commit into from Apr 8, 2019
Merged

Fix default target on nmake #1086

merged 1 commit into from Apr 8, 2019

Conversation

patrickbkr
Copy link
Member

When nmake is called without any argument it tries to execute the first target. Because nmake knows nothing about .PHONY it sees it as a normal target and tries to execute that. So we have to put the all target before .PHONY.

when nmake is called without any argument it tries to execute
the first target. Because nmake knows nothing about .PHONY it sees it as
a normal target and tries to execute that. So we have to put the `all`
target before .PHONY.
@timo timo merged commit fb851f6 into MoarVM:master Apr 8, 2019
@patrickbkr patrickbkr deleted the win-fix branch June 11, 2019 08:52
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 this pull request may close these issues.

None yet

3 participants