Conversation
|
actually in this case, you should use the different makefile for frontend and backend, even if you have to copy. think of it more like coincidence that they happen to be the same, but in general, frontend and backend are considered completely different products. for example, imagine this: i made the frontend and you made the backend. we don't see each other's code. someone should be able to ONLY use your backend folder in order to run the backend (they may run on completely different machines and so on). the short version of this is that you should think of them as completely separate entities the spirit of not copying is good though :) |
|
for the makefike, backend and frontend have different file, but there is use "commands" ( i dont know what call them) are in common: |
|
yes, i see the common code, but please read the reasoning in the message i wrote |
|
PTAL |
i created the initial setup for the front end, i had to create Makefile.default in order to use the same commends for backend and fornt end, and avoid copying.