diff options
| author | Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr> | 2011-03-01 17:40:29 +0000 |
|---|---|---|
| committer | Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr> | 2011-03-01 17:40:29 +0000 |
| commit | 40d4de47fc9d226c06ef93b8e9a8b63b4f0c67b0 (patch) | |
| tree | aa7c6b8f5a321d6e49505e1ad61d342e66568935 /tools/Makefile | |
| parent | 6b832324045c29a9f466e674fa45632bc10009b4 (diff) | |
| download | ocaml-binary-annot.tar.gz | |
binary-annot: added some tools cmt2ml, cmt2annotbinary-annot
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/binary-annot@10965 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile new file mode 100644 index 0000000000..1aacc1eaca --- /dev/null +++ b/tools/Makefile @@ -0,0 +1,14 @@ + +all: + $(MAKE) -f Makefile.cmt2annot + $(MAKE) -f Makefile.cmt2ml + $(MAKE) -f Makefile.cmt2info + +depend: + rm -f .depend + $(MAKE) -f Makefile.cmt2annot depend + $(MAKE) -f Makefile.cmt2ml depend + $(MAKE) -f Makefile.cmt2info depend + +clean: + rm -f *.o *.cm? *.cm?? *~ *.byte *.opt *.cmt *.cmti *.annot |
