-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
I can work on this 🙌🏼 |
I would like to hear proposal what a makefile can be made for in this context. |
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. |
Great, how could it possiblu simplify setup in python project? |
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 |
Feel free to let me know if this issue is invalid. |
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 |
🚀 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?
The text was updated successfully, but these errors were encountered: