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

Fixing compile system #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Gregwar
Copy link
Contributor

@Gregwar Gregwar commented Jan 13, 2015

This fixes the compile system which allows you to enter cpp files more easily

Signed-off-by: Grégoire Passault <[email protected]>
@bnewbold
Copy link
Contributor

Hey @Gregwar, thanks for the contribution and sorry for the slow reply.

Could you describe what changes in behavior this patch makes, and how it makes it easier to add .cpp files to a project? Does this impact the behavior of mbolivar's example-libmaple-project?

@Gregwar
Copy link
Contributor Author

Gregwar commented Jan 30, 2015

Hello @bnewbold , Actually, In a previous pull request (see #101) I introduced a SRC_FILES variable in the makefile that allow you to add easily your .cpp files to the build
However #101 is buggy because it does not include the objects to the build correctly, this fixes it

I don't know about @mbolivar example project, but I guess this makes easier modular development using only shell and command-lines based tools

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.

2 participants