add Makefile

This commit is contained in:
josch 2012-07-04 09:54:14 +02:00
parent 58e403a486
commit 054604d5cf
2 changed files with 9 additions and 0 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
all:
ocamlbuild -classic-display -use-ocamlfind cycles_iter.native cycles_functional.native
clean:
ocamlbuild -clean
rm -f *.dot

3
_tags Normal file
View file

@ -0,0 +1,3 @@
<*.ml{i,}>: debug, pp(camlp4o Camlp4MacroParser.cmo)
<cycles_functional.*>: package(ocamlgraph), package(extlib)
<cycles_iter.*>: package(ocamlgraph), package(extlib)