Skip to content

Commit

Permalink
Minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
binghe committed Jan 22, 2024
1 parent b28345a commit fc44313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions examples/probability/legacy/Holmakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
INCLUDES = $(HOLDIR)/src/real $(HOLDIR)/src/res_quan/src $(HOLDIR)/src/real/analysis

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

all: $(DEFAULT_TARGETS)

Expand Down
2 changes: 1 addition & 1 deletion examples/probability/legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

The following theories in this directory was in `$(HOLDIR)/src/probability`:

real_measureScript.sml * Finite Measure Theory (based on reals)
real_measureScript.sml * Finite Measure Theory (based on reals)
real_lebesgueScript.sml * Lebesgue Integration based on Finite Measures
real_probabilityScript.sml * Probability Theory based on Finite Measures

0 comments on commit fc44313

Please sign in to comment.