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 parallel building #54

Merged
merged 4 commits into from
Aug 15, 2018
Merged

fix parallel building #54

merged 4 commits into from
Aug 15, 2018

Conversation

ThatNerdyPikachu
Copy link
Contributor

No description provided.

@WinterMute
Copy link
Collaborator

@ThatNerdyPikachu
Copy link
Contributor Author

Please tell me if I did it wrong, I suck at Makefiles

@WinterMute
Copy link
Collaborator

LGTM

Makefile.nx Outdated
@@ -188,6 +190,8 @@ $(OUTPUT).elf : $(OFILES)
@echo $(notdir $<)
@$(bin2o)

$(OFILES_SRC) : $(HFILES_BIN)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should've been after the "$(OUTPUT).elf : $(OFILES)" line.

@yellows8 yellows8 merged commit 8034053 into switchbrew:master Aug 15, 2018
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.

3 participants