From 026d33d12150bdf14c4ecd6b4dc359182d434131 Mon Sep 17 00:00:00 2001 From: JNDTUHH Date: Sun, 14 Jan 2018 15:09:59 +0100 Subject: Einfache Laufzeitmessung Rekursion/Schleife --- Test - Benchmark/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Test - Benchmark/Makefile (limited to 'Test - Benchmark/Makefile') 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 -- cgit v1.2.1