* morituri/rip/main.py: * morituri/rip/debug.py (added): Add helper command to debug tasks. * morituri/common/encode.py: Add debug.
14 lines
184 B
Makefile
14 lines
184 B
Makefile
CLEANFILES = *.py{c,o}
|
|
|
|
morituridir = $(PYTHONLIBDIR)/morituri/rip
|
|
|
|
morituri_PYTHON = \
|
|
__init__.py \
|
|
accurip.py \
|
|
cd.py \
|
|
debug.py \
|
|
drive.py \
|
|
image.py \
|
|
main.py \
|
|
offset.py
|