CC = gcc
#CFLAGS = -g
CFLAGS = -O3

OBJECTS = nrutil.o powell.o linmin.o mnbrak.o f1dim.o brent.o

all: $(OBJECTS)

