summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSon Ho2023-05-09 18:31:33 +0200
committerSon HO2023-06-04 21:44:33 +0200
commit9f806e52580c806b1dc3e963c0dfdd1dbfed7263 (patch)
tree7d81c519c1fcb244c05f55420369300e8436a1d1 /Makefile
parent50d1542f830b7ceb73efd34573b6b56b4971a114 (diff)
Start adding Lean to the Nix flake
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26daadac..a05ba185 100644
--- a/Makefile
+++ b/Makefile
@@ -262,7 +262,7 @@ tleanp-%:
# Nix
.PHONY: nix
-nix: nix-aeneas-tests nix-aeneas-verify-fstar nix-aeneas-verify-coq
+nix: nix-aeneas-tests nix-aeneas-verify-fstar nix-aeneas-verify-coq nix-aeneas-verify-lean
.PHONY: nix-aeneas-tests
nix-aeneas-tests:
@@ -275,3 +275,7 @@ nix-aeneas-verify-fstar:
.PHONY: nix-aeneas-verify-coq
nix-aeneas-verify-coq:
nix build .#checks.x86_64-linux.aeneas-verify-coq --show-trace -L
+
+.PHONY: nix-aeneas-verify-lean
+nix-aeneas-verify-lean:
+ nix build .#checks.x86_64-linux.aeneas-verify-lean --show-trace -L