mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 14:52:17 +00:00
10 lines
132 B
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
|