mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 06:42:16 +00:00
9 lines
69 B
Makefile
9 lines
69 B
Makefile
all:
|
|
python test.py
|
|
|
|
clean:
|
|
rm *.pyc
|
|
rm test/*.pyc
|
|
rm -rf build
|
|
|