Skip to content

Commit

Permalink
make depend for ora
Browse files Browse the repository at this point in the history
  • Loading branch information
mansky1 committed Mar 19, 2024
1 parent bb1a813 commit c6c8c22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,9 @@ ifneq ($(wildcard InteractionTrees/theories),)
# $(COQDEP) -Q coq-ext-lib/theories ExtLib -Q paco/src Paco -Q InteractionTrees/theories ITree InteractionTrees/theories >>.depend
$(COQDEP) -Q paco/src Paco -Q InteractionTrees/theories ITree InteractionTrees/theories >>.depend
endif
ifneq ($(wildcard ora/theories),)
$(COQDEP) -Q ora/theories iris_ora >>.depend
endif
ifneq ($(wildcard fcf/src/FCF),)
$(COQDEP) -Q fcf/src/FCF FCF fcf/src/FCF/*.v >>.depend
endif
Expand Down

0 comments on commit c6c8c22

Please sign in to comment.