diff options
author | Son Ho | 2023-06-02 00:18:23 +0200 |
---|---|---|
committer | Son HO | 2023-06-04 21:44:33 +0200 |
commit | 907fa4aefe4770d351b38a7f9a7a273030abf4c6 (patch) | |
tree | ba26444e09a0e6c3465a9216bbaa68e336340f96 /Makefile | |
parent | efb0cd6eafbb25a51bba64ac613d910dcec4cfe7 (diff) |
Use dune 3.7 and update the flake.lock
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -260,9 +260,9 @@ tleanp-%: $(AENEAS_CMD) -# Nix +# Nix - TODO: add the lean tests .PHONY: nix -nix: nix-aeneas-tests nix-aeneas-verify-fstar nix-aeneas-verify-coq nix-aeneas-verify-lean +nix: nix-aeneas-tests nix-aeneas-verify-fstar nix-aeneas-verify-coq .PHONY: nix-aeneas-tests nix-aeneas-tests: |