File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
- INCLUDES = developers compiler/bootstrap/ compilation/x64/64/proofs compiler/bootstrap/compilation/arm8/64 /proofs
1
+ INCLUDES = developers examples/ compilation/x64/proofs
2
2
3
- all: $(DEFAULT_TARGETS) README.md cake- x64-64.tar.gz
3
+ all: $(DEFAULT_TARGETS) README.md examples/compilation/ x64/proofs/helloProofTheory.sig
4
4
.PHONY: all
5
5
6
6
README_SOURCES = COPYING developers examples build-instructions.sh how-to.md
7
7
DIRS = $(wildcard */)
8
8
README.md: developers/readme_gen readmePrefix $(patsubst %,%readmePrefix,$(DIRS)) $(README_SOURCES)
9
9
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) $< $@
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ examples/lpr_checker/array
117
117
examples/lpr_checker/array/compilation
118
118
examples/lpr_checker/array/compilation/proofs
119
119
examples/lpr_checker/array/compilation/proofsARM8
120
+ .
120
121
121
122
examples/xlrup_checker
122
123
examples/xlrup_checker/array
You can’t perform that action at this time.
0 commit comments