Resolve "add makefile with structure"
Closes #3 (closed)
Merge request reports
Activity
assigned to @tom.ryser
requested review from @orestis.malaspin
removed review request for @orestis.malaspin
requested review from @orestis.malaspin
requested review from @paul.albuquer and removed review request for @orestis.malaspin
requested review from @orestis.malaspin and removed review request for @paul.albuquer
added DONE label
- Resolved by tom.ryser
While I understand the reason you want split things between include and source I don't think it makes much sense here.
Also keep the Makefile simple for the time being. Overcomplicating things from day one may cause sad problems in the long term.
What I suggest at the moment is have a simpler structure:
stack.h stack.c main.c
at the root.
Also adding so many defaults to the .gitignore is probably too much for a collaborative project. Keep things simple and avoid huge defaults.
- Resolved by tom.ryser
- Resolved by tom.ryser
- Resolved by tom.ryser