add source files to Makefile

This commit is contained in:
Akos Horvath 2022-07-04 19:53:55 +02:00
parent b38a2aae20
commit 061d66df13

View File

@ -1,2 +1,2 @@
all: all:
g++ graphics.cpp main.cpp -o mandelbrot g++ graphics.cpp main.cpp mandelbrot.cpp utils.cpp -o mandelbrot -lSDL2 -lmpfr