Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Use makefile. #2

Open
prail opened this issue Jul 22, 2017 · 4 comments
Open

Use makefile. #2

prail opened this issue Jul 22, 2017 · 4 comments

Comments

@prail
Copy link

prail commented Jul 22, 2017

Could you please consider using basic makefiles instead of WAF? This would help those who would like to build without installing large amounts of extra command line dependencies.

@jhasse
Copy link
Owner

jhasse commented Jul 22, 2017

extra command line dependencies.

You'll only need Python to build with Waf. You can even use Python 2 by calling Waf with python2 waf.

I think Waf has a Makefile export function. I'll look into that and see if I can add this Makefile to the repo. A handcrafted Makefile is a lot of work if it would be done right :(

@prail
Copy link
Author

prail commented Jul 24, 2017

No need to handcraft makefiles if you don't want to. :) Just a suggestion to make this more accessible to those who are beginners.

@moon-chilled
Copy link

Makefiles are actually quite easy to make in most cases.

@prail
Copy link
Author

prail commented Sep 4, 2017

@Elronnd I agree. :) Especially with a project this small.

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

No branches or pull requests

3 participants