mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 06:42:16 +00:00
11 lines
147 B
Makefile
11 lines
147 B
Makefile
all:
|
|
./setup.py test
|
|
|
|
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
|