aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpacien2018-04-21 14:24:33 +0200
committerpacien2018-04-21 14:24:33 +0200
commit48b18b8e9fbaa38df427b3d435ab6f73c5da0db5 (patch)
tree9681760a78eda79f52c369610caa466a8c27bc54 /README.md
parent3f25710a891dfcd17f597c16dfedf5499bc1bbd6 (diff)
downloadurm-48b18b8e9fbaa38df427b3d435ab6f73c5da0db5.tar.gz
Add test
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/README.md b/README.md
index 79d65fa..2971b4c 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,26 @@
2 2
3Unlimited Register Machine in OCaml. 3Unlimited Register Machine in OCaml.
4 4
5## Usage 5## Requirements
6
7* ocaml
8* GNU Make
9* [OCaml Makefile](https://mmottl.github.io/ocaml-makefile/)
10* [kaputt](http://kaputt.x9c.fr/)
11
12
13## Make targets
6 14
7* Requirements: ocaml, GNU Make, OCaml Makefile
8* Build: `make nc` produces a binary named `urm` 15* Build: `make nc` produces a binary named `urm`
16* Test: `make test`
9* Clean: `make clean` 17* Clean: `make clean`
10 18
11 19
20## Usage
21
22TODO: describe usage of the `urm` program.
23
24
12## Authors 25## Authors
13 26
14* Pacien TRAN-GIRARD 27* Pacien TRAN-GIRARD
@@ -18,3 +31,4 @@ Unlimited Register Machine in OCaml.
18## License 31## License
19 32
20Project distributed under the terms of the Creative Commons BY-NC-SA 3.0 license. 33Project distributed under the terms of the Creative Commons BY-NC-SA 3.0 license.
34