From 054604d5cf8c623d3f0baf5401073aa840492a28 Mon Sep 17 00:00:00 2001 From: josch Date: Wed, 4 Jul 2012 09:54:14 +0200 Subject: [PATCH] add Makefile --- Makefile | 6 ++++++ _tags | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 Makefile create mode 100644 _tags diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5c4c44d --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +all: + ocamlbuild -classic-display -use-ocamlfind cycles_iter.native cycles_functional.native + +clean: + ocamlbuild -clean + rm -f *.dot diff --git a/_tags b/_tags new file mode 100644 index 0000000..899e5e3 --- /dev/null +++ b/_tags @@ -0,0 +1,3 @@ +<*.ml{i,}>: debug, pp(camlp4o Camlp4MacroParser.cmo) +: package(ocamlgraph), package(extlib) +: package(ocamlgraph), package(extlib)