From 061d66df131543aa2e30d00192b9137ecc6a21d7 Mon Sep 17 00:00:00 2001 From: koma Date: Mon, 4 Jul 2022 19:53:55 +0200 Subject: [PATCH] add source files to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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