diff options
Diffstat (limited to '')
-rw-r--r-- | tests/hol4/Holmakefile.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/hol4/Holmakefile.template b/tests/hol4/Holmakefile.template new file mode 100644 index 00000000..c86fad70 --- /dev/null +++ b/tests/hol4/Holmakefile.template @@ -0,0 +1,3 @@ + +all: $(DEFAULT_TARGETS) +.PHONY: all |