Skip to content

Commit

Permalink
[examples/lambda] clean up EXTRA_CLEANS in a couple of Holmakefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Oct 25, 2023
1 parent 418915e commit 117737b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/computability/lambda/Holmakefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
INCLUDES = ../../lambda/barendregt ../../lambda/basics \
../../lambda/other-models ../
OPTIONS = QUIT_ON_FAILURE

EXTRA_CLEANS = $(patsubst %Theory.uo,%Theory.html,$(DEFAULT_TARGETS))

ifdef POLY
HOLHEAP = computability-heap
EXTRA_CLEANS = $(HOLHEAP) $(HOLHEAP).o \
$(patsubst %Theory.uo,%Theory.html,$(DEFAULT_TARGETS))
EXTRA_CLEANS += $(HOLHEAP)


BARE_THYS = ../../lambda/barendregt/normal_orderTheory \
../../lambda/other-models/pure_dBTheory
Expand Down
2 changes: 2 additions & 0 deletions examples/lambda/barendregt/Holmakefile
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
INCLUDES = ../basics $(dprot $(HOLDIR)/src/coalgebras)

EXTRA_CLEANS = $(patsubst %Theory.uo,%Theory.html,$(DEFAULT_TARGETS))

0 comments on commit 117737b

Please sign in to comment.