3 lines
85 B
Makefile
3 lines
85 B
Makefile
all:
|
|
g++ graphics.cpp main.cpp mandelbrot.cpp utils.cpp -o mandelbrot -lSDL2 -lmpfr
|