summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNadrieril2024-04-18 11:26:51 +0200
committerNadrieril2024-04-18 11:27:08 +0200
commit04f65cb173978ac9010ae88a24e6106382669fa1 (patch)
treef9ca07a7e403e1d4003bcb393c964957c0bd7665 /Makefile
parentcfda3a990cb3b24d91ce5bf8d1ddec7b265beca5 (diff)
Address review comments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dbc78f9f..4ecc2a3e 100644
--- a/Makefile
+++ b/Makefile
@@ -101,8 +101,9 @@ test-all: test-no_nested_borrows test-paper \
.PHONY: clean-generated
clean-generated:
- # We can't put this line in `tests/Makefile` otherwise it will detect itself :D
- grep -lR 'THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS' tests | xargs rm
+ # We can't put this line in `tests/Makefile` otherwise it will detect itself.
+ # FIXME: generation of hol4 files is deactivated so we don't delete those.
+ grep -lR 'THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS' tests | grep -v '^tests/hol4' | xargs rm
# Verify the F* files generated by the translation
.PHONY: verify