lee-elenbaas / p2psn

peer 2 peer social network - an attempt to desing and create a social network that will use peer 2 peer architecture rather then central server philosophy
3 stars 0 forks source link

break down the build cycle into steps #17

Open lee-elenbaas opened 12 years ago

lee-elenbaas commented 12 years ago

currently the make performs 2 steps to build the executable:

  1. generate c++ source files from tmpl files
  2. compile & link all c++ source files using a single command

step 2 needs to be broken down into steps using object files.