Skip to content

Commit

Permalink
add dependency on temporal-logic.dir
Browse files Browse the repository at this point in the history
hw-cbmc needs temporal-logic.dir, and this adds a dependency in the Makefile.
  • Loading branch information
kroening committed Apr 14, 2024
1 parent 40abc2a commit 05198c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ebmc.dir: trans-word-level.dir trans-netlist.dir verilog.dir vhdl.dir \
smvlang.dir ic3.dir aiger.dir temporal-logic.dir cprover.dir

hw-cbmc.dir: trans-word-level.dir trans-netlist.dir verilog.dir \
vhdl.dir smvlang.dir cprover.dir
vhdl.dir smvlang.dir cprover.dir temporal-logic.dir

# building cbmc proper
.PHONY: cprover.dir
Expand Down

0 comments on commit 05198c4

Please sign in to comment.