-rw-r--r-- 202 lib25519-20221222/crypto_pow/inv25519/amd64-safegcd/Makefile raw
CC=clang -O3 -march=native -Wall test: test.o asm.o table.o $(CC) -o test test.o asm.o table.o -lgmp test.o: test.c $(CC) -c test.c asm.o: asm.s $(CC) -c asm.s table.o: table.c $(CC) -c table.c