#!/bin/sh
make -C bin clean && make -C src && make -C bin dist && du EIRC.jar && appletviewer index.html
