Skip to content

Commit 839d32a

Browse files
committed
smt2_solver.{o,d} should be removed by "make clean"
The set of files to be removed is inferred from the SRC variable, which does not include smt2_solver.cpp. Hence the generated files need to be listed explicitly.
1 parent 48e427a commit 839d32a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/solvers/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ INCLUDES += -I .. \
217217
$(SMVSAT_INCLUDE) $(SQUOLEM2_INC) $(CUDD_INCLUDE) $(GLUCOSE_INCLUDE) \
218218
$(PRECOSAT_INCLUDE) $(PICOSAT_INCLUDE) $(LINGELING_INCLUDE)
219219

220-
CLEANFILES = solvers$(LIBEXT) smt2_solver$(EXEEXT)
220+
CLEANFILES = solvers$(LIBEXT) \
221+
smt2_solver$(EXEEXT) smt2/smt2_solver$(OBJEXT) smt2/smt2_solver.d
221222

222223
all: solvers$(LIBEXT) smt2_solver$(EXEEXT)
223224

0 commit comments

Comments
 (0)