all:
	$(CXX) $(OPT) -O3 mandelbrot_serial.cpp -o mandelbrot_serial -ltbb -lrt
clean:
	rm -f *.o mandelbrot_serial *~
