all: @echo "Use another target, this has no meaning" clean: find -name '*.pyc' -exec rm -f '{}' \; rm -rf extract_dir test: python rarslave-test.py run: clean python rarslave.py sdist: python setup.py sdist .PHONY: all clean test run