add Makefile
This commit is contained in:
parent
58e403a486
commit
054604d5cf
2 changed files with 9 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal 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
3
_tags
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<*.ml{i,}>: debug, pp(camlp4o Camlp4MacroParser.cmo)
|
||||||
|
<cycles_functional.*>: package(ocamlgraph), package(extlib)
|
||||||
|
<cycles_iter.*>: package(ocamlgraph), package(extlib)
|
Loading…
Reference in a new issue