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.

5 lines
158 B
Makefile

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