default: go

go2:
	./show

go:
	ctags-exuberant --language-force=Python IQS2
	python3 -m mypy --disallow-untyped-calls --ignore-missing-imports IQS2

install:
	./install-via-pip --python-path `which python3` --module-to-import psutil --pip-package psutil
	./install-file --file IQS2 --directory /usr/local/bin/.
	# This works, but I don't want to presume that folks'll always want to set it up this way.
	# ./add-to-systemd

clean:
	rm -rf tags .mypy_cache