Skip to content

Commit

Permalink
Update the library for F*
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Dec 22, 2023
1 parent e799ef5 commit 455ba36
Show file tree
Hide file tree
Showing 7 changed files with 895 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ build-bin-dir: build-bin build-lib
mkdir -p bin
cp -f compiler/_build/default/main.exe bin/aeneas
cp -f compiler/_build/default/main.exe bin/aeneas.cmxs
mkdir -p bin/backends/fstar
mkdir -p bin/backends/fstar/split
mkdir -p bin/backends/fstar/merge
mkdir -p bin/backends/coq
cp -rf backends/fstar/*.fst* bin/backends/fstar/
cp -rf backends/fstar/split/*.fst* bin/backends/fstar/split/
cp -rf backends/fstar/merge/*.fst* bin/backends/fstar/merge/
cp -rf backends/coq/*.v bin/backends/coq/

.PHONY: doc
Expand Down
File renamed without changes.
Loading

0 comments on commit 455ba36

Please sign in to comment.