view clean @ 4248:c580db4d6f6f

fix mx.py for windows
author Andreas Woess <andreas.woess@jku.at>
date Mon, 09 Jan 2012 14:21:54 +0100
parents 6223633ce7dd
children
line wrap: on
line source

#!/bin/bash
pushd make
LANG=C ARCH_DATA_MODEL=64 HOTSPOT_BUILD_JOBS=16 make clean
popd