aboutsummaryrefslogtreecommitdiff
path: root/Test - Benchmark/Makefile
diff options
context:
space:
mode:
authorJNDTUHH <jndiercks@gmail.com>2018-01-14 15:09:59 +0100
committerJNDTUHH <jndiercks@gmail.com>2018-01-14 15:09:59 +0100
commit026d33d12150bdf14c4ecd6b4dc359182d434131 (patch)
tree27c670d1ab5f7d2eabda87fa4f7f4215aa158e21 /Test - Benchmark/Makefile
parente9b8b9b9ac126abe75c1b6cbafb4e67d0a44b31e (diff)
Einfache Laufzeitmessung Rekursion/Schleife
Diffstat (limited to 'Test - Benchmark/Makefile')
-rw-r--r--Test - Benchmark/Makefile7
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