LEVEL = ../../../..
PROG = bisect
LDFLAGS = -lm
#RUN_OPTIONS += 

FP_TOLERANCE := 0.001

#include $(LLVM_OBJ_ROOT)/Makefile.config

STDIN_FILENAME = $(PROJ_SRC_DIR)/bisect_test.in

include $(LEVEL)/MultiSource/Makefile.multisrc
