Skip to content

Commit 6b2039e

Browse files
authored
Merge pull request #1094 from CakeML/tweak-root-dir
Adjust what gets built by Holmake in root dir
2 parents d8b47ad + 078ed3d commit 6b2039e

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Holmakefile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
INCLUDES = developers compiler/bootstrap/compilation/x64/64/proofs compiler/bootstrap/compilation/arm8/64/proofs
1+
INCLUDES = developers examples/compilation/x64/proofs
22

3-
all: $(DEFAULT_TARGETS) README.md cake-x64-64.tar.gz
3+
all: $(DEFAULT_TARGETS) README.md examples/compilation/x64/proofs/helloProofTheory.sig
44
.PHONY: all
55

66
README_SOURCES = COPYING developers examples build-instructions.sh how-to.md
77
DIRS = $(wildcard */)
88
README.md: developers/readme_gen readmePrefix $(patsubst %,%readmePrefix,$(DIRS)) $(README_SOURCES)
99
developers/readme_gen $(README_SOURCES)
10-
11-
cake-x64-64.tar.gz: compiler/bootstrap/compilation/x64/64/cake-x64-64.tar.gz
12-
$(CP) $< $@
13-
14-
cake-arm8-64.tar.gz: compiler/bootstrap/compilation/arm8/64/cake-arm8-64.tar.gz
15-
$(CP) $< $@

developers/build-sequence

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ examples/lpr_checker/array
117117
examples/lpr_checker/array/compilation
118118
examples/lpr_checker/array/compilation/proofs
119119
examples/lpr_checker/array/compilation/proofsARM8
120+
.
120121

121122
examples/xlrup_checker
122123
examples/xlrup_checker/array

0 commit comments

Comments
 (0)