Skip to content

Commit ccfc907

Browse files
committed
add a missing object file
1 parent 2fb140e commit ccfc907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hw-cbmc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ OBJ+= $(CPROVER_DIR)/goto-checker/goto-checker$(LIBEXT) \
66
$(CPROVER_DIR)/cbmc/cbmc_parse_options$(OBJEXT) \
77
$(CPROVER_DIR)/goto-instrument/cover$(OBJEXT) \
88
$(CPROVER_DIR)/goto-instrument/cover_basic_blocks$(OBJEXT) \
9+
$(CPROVER_DIR)/goto-instrument/cover_instrument_assume$(OBJEXT) \
910
$(CPROVER_DIR)/goto-instrument/cover_instrument_other$(OBJEXT) \
1011
$(CPROVER_DIR)/goto-instrument/cover_instrument_mcdc$(OBJEXT) \
1112
$(CPROVER_DIR)/goto-instrument/cover_instrument_decision$(OBJEXT) \

0 commit comments

Comments
 (0)