diff options
author | JNDTUHH <jndiercks@gmail.com> | 2018-01-14 15:09:59 +0100 |
---|---|---|
committer | JNDTUHH <jndiercks@gmail.com> | 2018-01-14 15:09:59 +0100 |
commit | 026d33d12150bdf14c4ecd6b4dc359182d434131 (patch) | |
tree | 27c670d1ab5f7d2eabda87fa4f7f4215aa158e21 /Test - Benchmark/Makefile | |
parent | e9b8b9b9ac126abe75c1b6cbafb4e67d0a44b31e (diff) |
Einfache Laufzeitmessung Rekursion/Schleife
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 |