#!/bin/bash
cd ${0%/*} || exit 1    # run from this directory


wclean all src/
wclean all libs/
wclean all solver/
wclean all apps/

