go:
	python3 ./modunits.py -t computer-bit-seconds -d all -u unabbreviated -c -n 1000000
	python3 ./modunits.py -t computer-size -d two-highest -u unabbreviated -c -n 1000000000000000000000000000000
	./modunits.py -t computer-bit-seconds -u unabbreviated -c -n 1024 -D 2 -d highest-and-fraction | egrep '^kibibits/second: 1.00$$'

install:
	./install-file --file modunits.py --directory /usr/local/lib/.
	./install-link --src ../lib/modunits.py --dest modunits --cd-dir /usr/local/bin/.

clean:
	rm -f *.pyc