3 lines
118 B
Bash
3 lines
118 B
Bash
#!/bin/bash
|
|
|
|
g++ -Llib -lSDLmain -lSDL -lSDL_ttf -pthread -fopenmp -msse2 -O1 ./mandelbrot_vorgabe.cpp -o ./mandelbrot |