go: test early-primes.xz go2: ./lots-of-division test: ./bigno-test ./odd-bigno-test ./odd-set-bigno-test ./test-miller-rabin #./test-mypow ./list-bigno-test early-primes.xz: early-prime ./early-prime | xz --compress > early-primes.xz veryclean: clean rm -f early-primes.xz early-primes clean: rm -f *.data *.pyc