diff options
author | Son HO | 2022-09-22 16:25:30 +0200 |
---|---|---|
committer | GitHub | 2022-09-22 16:25:30 +0200 |
commit | 0227077e343a6243a5c69dfb3eb07f50006eb5ea (patch) | |
tree | f9c1c0187bd8ca7e399f353755eef44176cf42ca /Makefile | |
parent | e7f76a4e46f24f54e5b49efee40e33e11128f49c (diff) |
Update Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ build: test: build trans-no_nested_borrows trans-paper \ trans-hashmap trans-hashmap_main \ trans-external trans-constants \ - trans-nll-betree_nll trans-nll-betree_main \ + trans-nll-betree_nll trans-nll-betree_main # Verify the F* files generated by the translation .PHONY: verify |