Files
tvorganise/Makefile
2010-01-26 17:08:48 +00:00

11 lines
146 B
Makefile

all:
python test.py
clean:
rm -f *.pyc
rm -f tests/*.pyc
rm -rf build
rm -f python-build-stamp-2.5
rm -rf tvorganise.egg-info
rm -rf dist