#!/bin/sh

make clean
rm Makefile*
rm release/*

./mkpotfile
./build-windows
make clean
./build-linux

