CC	= cc
CFLAGS	= -Wall -O2

steepest_decent: steepest_decent.o

clean:
	rm -f steepest_decent *.o *~ a.out
