OBJECTS = lfep.o
CCOMPLR = g++ -O2
CCFLAGS = -g

lfep: lfep.cc 
	$(CCOMPLR) $(CCFLAGS) lfep.cc -o $@

test: lfep
	./lfep -f fe.txt -m guess.txt < prm

clean:
	rm lfep minima.txt path.txt smoothpath.txt