Sha256: 96327e89c5fec214dbee9a71fe9d306c86e2a4ef1ae8858d410d241e7f54b778
Contents?: true
Size: 711 Bytes
Versions: 2
Compression:
Stored size: 711 Bytes
Contents
congruences_test: congruences.c test/congruences_test.c test/congruences_test.h arith_utils.c prime_gen.c gcc -g prime_gen.c arith_utils.c congruences.c test/congruences_test.c -o congruences_test arith_utils_test: arith_utils.c test/arith_utils_test.c test/arith_utils_test.h prime_gen.c gcc -g prime_gen.c arith_utils.c test/arith_utils_test.c -o arith_utils_test prime_gen_test: prime_gen.c test/prime_gen_test.c test/prime_gen_test.h gcc -g prime_gen.c test/prime_gen_test.c -o prime_gen_test test: prime_gen_test arith_utils_test congruences_test ./prime_gen_test ./arith_utils_test ./congruences_test clean: rm -f prime_gen_test.exe arith_utils_test.exe congruences_test.exe
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
congruence_solver-0.3.1 | ext/congruence_solver/Makefile |
congruence_solver-0.3.0 | ext/congruence_solver/Makefile |