We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e879f1f commit 9703cf9Copy full SHA for 9703cf9
src/2ls/Makefile
@@ -27,6 +27,7 @@ OBJ+= $(CPROVER_DIR)/src/ansi-c/ansi-c$(LIBEXT) \
27
$(CPROVER_DIR)/src/util/util$(LIBEXT) \
28
$(CPROVER_DIR)/src/goto-instrument/unwind$(OBJEXT) \
29
$(CPROVER_DIR)/src/goto-instrument/unwindset$(OBJEXT) \
30
+ $(CPROVER_DIR)/src/goto-checker/goto-checker$(LIBEXT) \
31
../domains/domains$(LIBEXT) \
32
../ssa/ssa$(LIBEXT) \
33
../solver/solver$(LIBEXT) \
0 commit comments