diff options
author | Son Ho | 2023-05-09 18:31:33 +0200 |
---|---|---|
committer | Son HO | 2023-06-04 21:44:33 +0200 |
commit | 9f806e52580c806b1dc3e963c0dfdd1dbfed7263 (patch) | |
tree | 7d81c519c1fcb244c05f55420369300e8436a1d1 /Makefile | |
parent | 50d1542f830b7ceb73efd34573b6b56b4971a114 (diff) |
Start adding Lean to the Nix flake
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |