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

Make it easier to have multiple executables #78

Open
litchfld opened this issue Jun 10, 2014 · 2 comments
Open

Make it easier to have multiple executables #78

litchfld opened this issue Jun 10, 2014 · 2 comments

Comments

@litchfld
Copy link
Contributor

At the moment main.o is treated on the same footing as all other object files which is not ideal if you want to be able to build multiple applications, since all applications must define an int main(argc argv). It can be worked round but it's a bit of a nuisance.

This showed up while I was trying to build a test harness, but it would be useful for other cases: building more complete development/regression tests; subsidary executables that create template files; etcetc...

@AndrewEdmonds11
Copy link
Contributor

This has been done right, Phill?

@litchfld
Copy link
Contributor Author

Nope. I have hacked the makefile about a bit to make the unit test executable, but nothing systematic. If we starting wanting a particular executable for calibration- or template-generating processes it might be helpful, but perhaps that just corresponds to specific card files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants