diff options
author | Son Ho | 2023-05-23 14:47:26 +0200 |
---|---|---|
committer | Son HO | 2023-06-04 21:54:38 +0200 |
commit | df03890491fc9c549376d26262b0be3707c00f59 (patch) | |
tree | c23c65b6b47449e5d7e5eec258370a550922e7ca /tests/hol4/misc-loops/Holmakefile | |
parent | f3d115399e86b6484f29e22589ddd058089cdd3b (diff) |
Add the generated HOL4 files
Diffstat (limited to 'tests/hol4/misc-loops/Holmakefile')
-rw-r--r-- | tests/hol4/misc-loops/Holmakefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/hol4/misc-loops/Holmakefile b/tests/hol4/misc-loops/Holmakefile new file mode 100644 index 00000000..3c4b8973 --- /dev/null +++ b/tests/hol4/misc-loops/Holmakefile @@ -0,0 +1,5 @@ +# This file was automatically generated - modify ../Holmakefile.template instead +INCLUDES = ../../../backends/hol4 + +all: $(DEFAULT_TARGETS) +.PHONY: all |