aboutsummaryrefslogtreecommitdiff
path: root/Test - Benchmark/Makefile
blob: c8dd5d1f1c1188ff261f37481b74588e5db974ce (plain)
1
2
3
4
5
6
7

all:
# compile
	gcc -std=c99 -pedantic -Wall -Wextra -o Mandelbrot.exe Mandelbrot.c 

# run
	Mandelbrot.exe