aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-05-01 02:34:57 +0200
committerpacien2018-05-01 02:34:57 +0200
commit2858756a05fe1d3a1754a97497a30c571138923e (patch)
tree3b707812bb22c2f61d189ab071c021206e6e1574
parent4321736d023148a3ec0cf0dd36e21b2689c2eac9 (diff)
downloadurm-2858756a05fe1d3a1754a97497a30c571138923e.tar.gz
Update readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6606650..4aaea34 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ Unlimited Register Machine in OCaml.
12 12
13## Make targets 13## Make targets
14 14
15In the `src` directory:
16
15* Build: `make nc` produces a binary named `urm` 17* Build: `make nc` produces a binary named `urm`
16* Test: `make test` 18* Test: `make test`
17* Clean: `make clean` 19* Clean: `make clean`