make &&
if [[ "$VIPER_SYSMON" = 'y' ]]; then
  cd modules/sysmon &&
  make &&
  cd ../..
fi

