FILES=page-change mailer.py

go:
	./this-pylint --which-2 None --which-3 /usr/local/cpython-3.6/bin/pylint --to-pylint $(FILES)
	./page-change --verbose

install:
	./install-file --file page-change --directory ~/bin/.
	./install-file --file mailer.py --directory ~/lib/.
	./install-package --deb-packages links
	./do-cron

clean:
	rm -f *.pyc
	rm -rf __pycache__