Skip to content

Commit

Permalink
Merge pull request #1094 from CakeML/tweak-root-dir
Browse files Browse the repository at this point in the history
Adjust what gets built by Holmake in root dir
  • Loading branch information
myreen authored Nov 23, 2024
2 parents d8b47ad + 078ed3d commit 6b2039e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Holmakefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
INCLUDES = developers compiler/bootstrap/compilation/x64/64/proofs compiler/bootstrap/compilation/arm8/64/proofs
INCLUDES = developers examples/compilation/x64/proofs

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

README_SOURCES = COPYING developers examples build-instructions.sh how-to.md
DIRS = $(wildcard */)
README.md: developers/readme_gen readmePrefix $(patsubst %,%readmePrefix,$(DIRS)) $(README_SOURCES)
developers/readme_gen $(README_SOURCES)

cake-x64-64.tar.gz: compiler/bootstrap/compilation/x64/64/cake-x64-64.tar.gz
$(CP) $< $@

cake-arm8-64.tar.gz: compiler/bootstrap/compilation/arm8/64/cake-arm8-64.tar.gz
$(CP) $< $@
1 change: 1 addition & 0 deletions developers/build-sequence
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ examples/lpr_checker/array
examples/lpr_checker/array/compilation
examples/lpr_checker/array/compilation/proofs
examples/lpr_checker/array/compilation/proofsARM8
.

examples/xlrup_checker
examples/xlrup_checker/array
Expand Down

0 comments on commit 6b2039e

Please sign in to comment.