diff options
Diffstat (limited to '')
-rw-r--r-- | backends/hol4/Holmakefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/backends/hol4/Holmakefile b/backends/hol4/Holmakefile new file mode 100644 index 00000000..49cc6da7 --- /dev/null +++ b/backends/hol4/Holmakefile @@ -0,0 +1,9 @@ +INCLUDES = + +all: $(DEFAULT_TARGETS) +.PHONY: all + +README_SOURCES = $(wildcard *Script.sml) $(wildcard *Lib.sml) $(wildcard *Syntax.sml) +DIRS = $(wildcard */) +README.md: $(README_SOURCES) + $(README_SOURCES) |