accomodating to new files
[wxWidgets.git] / wxPython / distrib / all / build-setup
CommitLineData
e4bb5998
RD
1#!/bin/bash
2#----------------------------------------------------------------------
3
4set -o errexit
5
e4bb5998
RD
6
7# clean out the local dist dir
8rm -f dist/*
9