summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSon Ho2022-06-20 06:23:44 +0200
committerSon Ho2022-06-20 06:23:44 +0200
commit227869ddd73782834162c64a34f260b438f5cbae (patch)
treea2ecf934ad44d2540cdc97fbaf9b6bceb3a18ad1 /Makefile
parent4c3a164ed570ecfa721255519554911754913271 (diff)
Make minor modifications
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 58919a7b..694dc964 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ OPTIONS ?=
TRANS_OPTIONS := -test-trans-units $(OPTIONS)
SUBDIR :=
-# Build the project and test it
+# Build the project, test it and verify the generated files
.PHONY: build-test-verify
build-test-verify: build test verify
@@ -34,7 +34,7 @@ test: build trans-no_nested_borrows trans-paper \
trans-external trans-nll-betree_nll \
trans-nll-betree_main
-# Verify the translated F* files
+# Verify the F* files generated by the translation
.PHONY: verify
verify: build test
cd tests && make all