Files
tvorganise/Makefile

9 lines
69 B
Makefile

all:
python test.py
clean:
rm *.pyc
rm test/*.pyc
rm -rf build