diff --git a/Makefile b/Makefile index f80f620..99ed02a 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ all: - g++ graphics.cpp main.cpp -o mandelbrot + g++ graphics.cpp main.cpp mandelbrot.cpp utils.cpp -o mandelbrot -lSDL2 -lmpfr