summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Kerneis2013-11-05 16:07:08 +0000
committerGabriel Kerneis2013-11-05 16:07:08 +0000
commit5aefb7b88db04c2d0e8a8fffe3050d3d35ace4c1 (patch)
tree51acc71e19281de2ac49a2db0667c6e0c04b2d8c
parentb3a69210b3e3d1b5ebc1d6687884ecfe3fd202f2 (diff)
Clean-up build-related files
-rw-r--r--src/_tags2
-rw-r--r--src/lem_interp/Makefile16
2 files changed, 1 insertions, 17 deletions
diff --git a/src/_tags b/src/_tags
index 9fac32a1..d6eae284 100644
--- a/src/_tags
+++ b/src/_tags
@@ -1,6 +1,6 @@
true: -traverse, debug
<**/*.ml>: bin_annot, annot
-<lem_interp>: include
+<lem_interp> or <test>: include
# see http://caml.inria.fr/mantis/view.php?id=4943
<lem_interp/*> and not <lem_interp/*.cmxa>: use_lem, use_nums
<test/*> and not <test/*.cmxa>: use_lem, use_nums
diff --git a/src/lem_interp/Makefile b/src/lem_interp/Makefile
deleted file mode 100644
index 5043a330..00000000
--- a/src/lem_interp/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-.PHONY: all clean
-
-LEMDIR=$(abspath ../../../lem)
-OCAMLPATH:=$(LEMDIR)/ocaml-lib:$(OCAMLPATH)
-
-all: interp.cma interp.cmxa
-
-interp_ast.ml interp.ml: interp_ast.lem interp.lem
- $(LEMDIR)/lem -ocaml $^
-
-interp.cma interp.cmxa: interp_ast.ml interp.ml
- OCAMLPATH=$(OCAMLPATH) ocamlbuild -use-ocamlfind -pkg lem $@
-
-clean:
- -ocamlbuild -clean
- -rm -rf _build *.ml