#!/bin/sh

cd app-prime-modbus
./make.sh
cd -

cd gui
./make.sh
cd -

cd modbus-data-viewer
./release.sh
cd -

cd superdaemon
./make.sh
cd -