diff options
Diffstat (limited to 'Test - Benchmark/Makefile')
-rw-r--r-- | Test - Benchmark/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Test - Benchmark/Makefile b/Test - Benchmark/Makefile new file mode 100644 index 0000000..c8dd5d1 --- /dev/null +++ b/Test - Benchmark/Makefile @@ -0,0 +1,7 @@ + +all: +# compile + gcc -std=c99 -pedantic -Wall -Wextra -o Mandelbrot.exe Mandelbrot.c + +# run + Mandelbrot.exe |