burning_ship.o: burning_ship.c
	$(CC) -c -O3 burning_ship.c

julia.o: julia.c
	$(CC) -c -O3 julia.c

mandelbrot.o: mandelbrot.c
	$(CC) -c -O3 mandelbrot.c

clean:
	rm *.o
