mandelbrot/Makefile

5 lines
158 B
Makefile
Raw Normal View History

2013-06-27 13:18:37 +00:00
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