X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=e6da02d2381d518874ae2c452516423d432d1fc5;hb=a7932dd74a91ebf54128bf5456e6a0054fc506c5;hp=75edaf542e28c9aa194e9da39b8376bac740bc81;hpb=2fecbba3804b3788af08786e580483dac9a45294;p=ocaml-bitstring.git diff --git a/README b/README index 75edaf5..e6da02d 100644 --- a/README +++ b/README @@ -10,11 +10,15 @@ To build: ./configure make - make test # optional, to run tests +Other make targets: - make print-tests # optional, to print expanded test macros - make print-examples # optional, to print expanded example macros + make test # build and run the test suite -To install, run this as root: + make examples # build the examples + + make print-tests # print expanded test macros + make print-examples # print expanded example macros + +To install (as root): make install