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

Add Makefile #16

Open
oke-aditya opened this issue Sep 23, 2020 · 7 comments
Open

Add Makefile #16

oke-aditya opened this issue Sep 23, 2020 · 7 comments
Labels
enhancement New feature or request hactoberfest Issue open for hactoberfest contributorrs help wanted Extra attention is needed

Comments

@oke-aditya
Copy link
Owner

🚀 Feature

This has become quite common practice to have Makefile.

I have no much clue how this works and how it is used. (Except we do make and this works)

Here is a template Makefile I found.

Can somehow we can incorporate this?

@oke-aditya oke-aditya added enhancement New feature or request help wanted Extra attention is needed hactoberfest Issue open for hactoberfest contributorrs labels Sep 23, 2020
@janaSunrise
Copy link

I can work on this 🙌🏼
Can I get some more context on what to create the makefile for?

@oke-aditya
Copy link
Owner Author

I would like to hear proposal what a makefile can be made for in this context.
I have never created one yet, so I have little less idea.

@janaSunrise
Copy link

Makefile is usually used with C, C++ programs for compiling, and basically works like a bash script, but for all OS, It basically simplifies a certain thing / command.

@oke-aditya
Copy link
Owner Author

Great, how could it possiblu simplify setup in python project?

@janaSunrise
Copy link

Not too sure, but we could automate things as mentioned in my PR with the script I'll be making, once everything's resolved. Hence Makefile is useless unless you have C extensions in this template

@oke-aditya
Copy link
Owner Author

Feel free to let me know if this issue is invalid.

@janaSunrise
Copy link

Yeah, We can close this and stick with the startup script. But I think to make it interactive, having external dependencies is fine? Not sure, Lemme know your opinion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hactoberfest Issue open for hactoberfest contributorrs help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants