canmove, Confirmed users
725
edits
m (create hacking section) |
|||
Line 40: | Line 40: | ||
The party line to rebuild the tree after making changes is to run: | The party line to rebuild the tree after making changes is to run: | ||
$ make -f client.mk | $ make -f client.mk | ||
or from the object directory: | or from the object directory: | ||
$ make | $ make -sj8 | ||
However, this is slow. If you have simply changed a JS file in ''services/sync/'', it is sufficient to run the following from your object directory: | However, this is slow. If you have simply changed a JS file in ''services/sync/'', it is sufficient to run the following from your object directory: |