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 typos in JuliaSyntax.mk #51210

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Fix typos in JuliaSyntax.mk #51210

merged 1 commit into from
Sep 6, 2023

Conversation

LilithHafner
Copy link
Member

before

x@x julia % make -C deps fastcheck-JuliaSyntax
make: *** No rule to make target `fastcheck-JuliaSyntax'.  Stop.
x@x julia % make -C deps fastcheck-JuliSyntax 
make: *** No rule to make target `compile-JuliSyntax', needed by `check-JuliSyntax'.  Stop.

after

x@x julia % make -C deps fastcheck-JuliaSyntax
make: Nothing to be done for `fastcheck-JuliaSyntax'.

@vtjnash vtjnash added the merge me PR is reviewed. Merge when all tests are passing label Sep 5, 2023
@aviatesk aviatesk merged commit f066500 into master Sep 6, 2023
@aviatesk aviatesk deleted the lh/fix-typo branch September 6, 2023 06:03
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Sep 8, 2023
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.

4 participants