Files
tvorganise/Makefile

10 lines
132 B
Makefile

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