diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ Unlimited Register Machine in OCaml. | |||
12 | 12 | ||
13 | ## Make targets | 13 | ## Make targets |
14 | 14 | ||
15 | In 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` |