7 lines
82 B
Makefile

.default: make
make:
gcc main.c -o mandelbrot -lraylib
clean:
rm -f mandelbrot