X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=e1973c8d8219b41f03f29ba3263c619eb5ec5949;hb=277441c3a2a9118c5da99bac9246a912860fa210;hp=b6697ebafb43640598ebb789fc2ab9d85335234a;hpb=01313e737c937c62ee65a76086f1559ffc11b3fe;p=ocaml-bitstring.git diff --git a/Makefile b/Makefile index b6697eb..e1973c8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2008-04-01 08:56:43 rjones Exp $ +# $Id: Makefile,v 1.3 2008-04-01 17:05:37 rjones Exp $ OCAMLFIND = ocamlfind OCAMLMKLIB = ocamlmklib @@ -37,7 +37,9 @@ test: pa_bitmatch.cmo bitmatch.cma print-tests: pa_bitmatch.cmo @for f in $(TESTS); do \ echo Test: $$f.ml; \ - camlp4o pa_bitmatch.cmo -printer pr_o.cmo $$f.ml; \ + cmd="camlp4o pa_bitmatch.cmo -printer pr_o.cmo $$f.ml"; \ + echo $$cmd; \ + $$cmd; \ done print-examples: pa_bitmatch.cmo