3 lines
46 B
Makefile
3 lines
46 B
Makefile
all:
|
|
g++ graphics.cpp main.cpp -o mandelbrot
|
all:
|
|
g++ graphics.cpp main.cpp -o mandelbrot
|