You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
197 B
Makefile

all:
gcc -O3 -Wall -lquadmath mandel_quad.c -o mandel_quad
gcc -O3 -Wall -lmpfr -lm mandel_mpfr.c -o mandel_mpfr
gcc -O3 -Wall -lm mandel.c -o mandel
gcc -O3 -Wall -lm mandel_dd.c -o mandel_dd