Skip to content
Snippets Groups Projects
Commit 45ac4ddb authored by Thorsten Wißmann's avatar Thorsten Wißmann
Browse files

Rename miscSolver -> MiscSolver

parent 9793e062
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ minisat.cmxa: minisat.cmx minisat_stub.o
$(OCAMLOPT) -a -o minisat.cmxa minisat.cmx minisat_stub.o -cclib -lminisat
COALG_OBJS := minisat$(SUFFIXLIB) \
genAndComp$(SUFFIX) miscSolver$(SUFFIX) altGenlex$(SUFFIX) hashConsing$(SUFFIX) \
genAndComp$(SUFFIX) MiscSolver$(SUFFIX) altGenlex$(SUFFIX) hashConsing$(SUFFIX) \
ALCFormula$(SUFFIX) ALCMisc$(SUFFIX) ALCGraph$(SUFFIX) \
CoAlgFormula$(SUFFIX) CoAlgMisc$(SUFFIX) CoAlgLogics$(SUFFIX) CoAlgReasoner$(SUFFIX)
......@@ -75,7 +75,7 @@ coalgcompare: $(COALG_OBJS) coalgcompare$(SUFFIX)
$(OC) -o coalgcompare $(FLAGS) $(LIBS) $^
ALC_OBJS := genAndComp$(SUFFIX) miscSolver$(SUFFIX) altGenlex$(SUFFIX) hashConsing$(SUFFIX) \
ALC_OBJS := genAndComp$(SUFFIX) MiscSolver$(SUFFIX) altGenlex$(SUFFIX) hashConsing$(SUFFIX) \
ALCFormula$(SUFFIX) ALCMisc$(SUFFIX) \
ALCTree$(SUFFIX) ALCGraph$(SUFFIX) ALCGraphStates$(SUFFIX)
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment