blob: df0b792e5953b6199294e5bfbc8f7f32b4938082 [file] [log] [blame]
#!/bin/sh
if test -d boot ; then
rm -rf boot
fi
if test -d temp ; then
rm -rf temp
fi
if test -d dist ; then
rm -rf dist
fi