Skip to content

Commit

Permalink
Fix some Holmakefiles to record dependencies more accurately
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Sep 13, 2023
1 parent e622e8f commit 99b8c21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/countchars/Holmakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
INCLUDES = $(HOLDIR)/src/finite_maps
1 change: 1 addition & 0 deletions examples/hfs/Holmakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
INCLUDES = $(protect $(HOLDIR)/src/pred_set/src/more_theories)
2 changes: 1 addition & 1 deletion examples/lambda/other-models/Holmakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
INCLUDES = ../basics ../barendregt
INCLUDES = ../basics ../barendregt $(protect $(HOLDIR)/src/integer)
OPTIONS = QUIT_ON_FAILURE

0 comments on commit 99b8c21

Please sign in to comment.