Do:
  make NODE_ADDR=X
to set the node address.  0 is the default node address.

For example:

  make clean
  make NODE_ADDR=3
  make program

will set the node address to be 3.
